Bump integration timeout to 35 min
Go 1.17 go mod download step (used to handle the separate integration go.mod) seems to do a lot more work/validation than prior Go releases, requiring more time for integration runs. Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
parent
f8602c3725
commit
9fe7bc938b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -231,7 +231,7 @@ jobs:
|
||||
integration-windows:
|
||||
name: Windows Integration
|
||||
runs-on: windows-2019
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 35
|
||||
needs: [project, linters, protos, man]
|
||||
env:
|
||||
GOTEST: gotestsum --
|
||||
@ -306,7 +306,7 @@ jobs:
|
||||
integration-linux:
|
||||
name: Linux Integration
|
||||
runs-on: ubuntu-18.04
|
||||
timeout-minutes: 30
|
||||
timeout-minutes: 35
|
||||
needs: [project, linters, protos, man]
|
||||
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user