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:
|
integration-windows:
|
||||||
name: Windows Integration
|
name: Windows Integration
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
timeout-minutes: 30
|
timeout-minutes: 35
|
||||||
needs: [project, linters, protos, man]
|
needs: [project, linters, protos, man]
|
||||||
env:
|
env:
|
||||||
GOTEST: gotestsum --
|
GOTEST: gotestsum --
|
||||||
@ -306,7 +306,7 @@ jobs:
|
|||||||
integration-linux:
|
integration-linux:
|
||||||
name: Linux Integration
|
name: Linux Integration
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
timeout-minutes: 30
|
timeout-minutes: 35
|
||||||
needs: [project, linters, protos, man]
|
needs: [project, linters, protos, man]
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
Loading…
Reference in New Issue
Block a user