We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b110228 + 89da775 commit 8127b02Copy full SHA for 8127b02
.github/workflows/build.yml
@@ -328,7 +328,7 @@ jobs:
328
export TEST_SUITE_TAGS="$TEST_SUITE_TAGS"
329
TIMEOUT=30m
330
if [[ "$TEST_SUITE_TAGS" == "all" ]]; then
331
- TIMEOUT=90m
+ TIMEOUT=120m
332
fi
333
SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
334
continue-on-error: ${{ github.event_name == 'schedule' }}
0 commit comments