Skip to content

Commit 89da775

Browse files
committed
Increase nightly integration test timeout.
Windows has gotten slower and often times out at 90 minutes. When it succeeds, it's very close to 90 mins, so give some more buffer.
1 parent b110228 commit 89da775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ jobs:
328328
export TEST_SUITE_TAGS="$TEST_SUITE_TAGS"
329329
TIMEOUT=30m
330330
if [[ "$TEST_SUITE_TAGS" == "all" ]]; then
331-
TIMEOUT=90m
331+
TIMEOUT=120m
332332
fi
333333
SHELL='${{ matrix.sys.shell }}' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
334334
continue-on-error: ${{ github.event_name == 'schedule' }}

0 commit comments

Comments
 (0)