From 415007c4c9e8382763c2cbb1f494149d618f984e Mon Sep 17 00:00:00 2001 From: Mason Malone <651224+MasonM@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:59:36 -0700 Subject: [PATCH] ci: increase timeout for e2e-tests (#13769) Signed-off-by: Mason Malone <651224+MasonM@users.noreply.github.com> Signed-off-by: Mason Malone --- .github/workflows/ci-build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index ab80c6fd8304..a9eaff6b28c0 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -189,7 +189,9 @@ jobs: needs: [ changed-files, argo-images ] if: ${{ needs.changed-files.outputs.e2e-tests == 'true' }} runs-on: ubuntu-latest - timeout-minutes: 30 + # These tests usually finish in ~25m, but occasionally they take much longer due to resource + # contention on the runner, which we have no control over. + timeout-minutes: 60 env: KUBECONFIG: /home/runner/.kubeconfig E2E_ENV_FACTOR: 2