Merge pull request #8183 from aznashwan/windows-ci-test-timeout

Increase CI workflow timeout on Windows.
This commit is contained in:
Derek McGowan 2023-03-01 11:27:38 -08:00 committed by GitHub
commit b8fcdbee8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ jobs:
integration-windows: integration-windows:
name: Windows Integration name: Windows Integration
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
timeout-minutes: 50 timeout-minutes: 90
needs: [project, linters, protos, man] needs: [project, linters, protos, man]
env: env:
GOTEST: gotestsum -- GOTEST: gotestsum --