Skip to content

Commit

Permalink
Increase ARM integration test timeout (#5222)
Browse files Browse the repository at this point in the history
The ARM integration tests take a very long time to run for some reason.  For example, in the stable-2.9.0 release, they took 
38 minutes.  Thus, this test needs a longer timeout.

Increase the ARM integration test timeout from 30 minutes to 60 minutes.

Signed-off-by: Alex Leong <alex@buoyant.io>
  • Loading branch information
adleong committed Nov 12, 2020
1 parent b07347c commit 1a91f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
bin/tests --images skip --name ${{ matrix.integration_test }} "$CMD"
arm64_integration_tests:
name: ARM64 integration tests
timeout-minutes: 30
timeout-minutes: 60
runs-on: ubuntu-18.04
needs: [docker_build]
steps:
Expand Down

0 comments on commit 1a91f6b

Please sign in to comment.