diff --git a/.github/workflows/build_test_ci.yml b/.github/workflows/build_test_ci.yml index 10a356b75..d1f30f1d3 100644 --- a/.github/workflows/build_test_ci.yml +++ b/.github/workflows/build_test_ci.yml @@ -137,7 +137,7 @@ jobs: run: make e2etest env: # TODO: Switch selector to quick before the PR can be merged - E2E_FLAGS: '--assert-timeout 12m0s --selector flavors' + E2E_FLAGS: '--assert-timeout 20m0s --selector flavors' # TODO: ALL the var below need to be deleted before the PR can be merged INSTALL_K3S_PROVIDER: true INSTALL_RKE2_PROVIDER: true