Skip to content

Commit

Permalink
ci: increase timeout for e2e-tests (#13769)
Browse files Browse the repository at this point in the history
Signed-off-by: Mason Malone <651224+MasonM@users.noreply.github.com>
Signed-off-by: Mason Malone <mmalone@adobe.com>
  • Loading branch information
MasonM authored Oct 17, 2024
1 parent e18570c commit 415007c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 415007c

Please sign in to comment.