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:
Phil Estes 2021-08-19 10:18:17 -04:00
parent f8602c3725
commit 9fe7bc938b
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

View File

@ -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: