Skip to content

Commit 9fe7bc9

Browse files
committed
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>
1 parent f8602c3 commit 9fe7bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
integration-windows:
232232
name: Windows Integration
233233
runs-on: windows-2019
234-
timeout-minutes: 30
234+
timeout-minutes: 35
235235
needs: [project, linters, protos, man]
236236
env:
237237
GOTEST: gotestsum --
@@ -306,7 +306,7 @@ jobs:
306306
integration-linux:
307307
name: Linux Integration
308308
runs-on: ubuntu-18.04
309-
timeout-minutes: 30
309+
timeout-minutes: 35
310310
needs: [project, linters, protos, man]
311311

312312
strategy:

0 commit comments

Comments
 (0)