From 49c46798b295e78bd9a186d62c7068cb37d1d1ca Mon Sep 17 00:00:00 2001 From: Khaja Omer Date: Fri, 26 Apr 2024 16:45:00 -0500 Subject: [PATCH] timeout upped to 30 mins --- .github/workflows/build_test_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test_ci.yml b/.github/workflows/build_test_ci.yml index d1f30f1d3..c2c986331 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 20m0s --selector flavors' + E2E_FLAGS: '--assert-timeout 30m0s --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