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