Skip to content

Commit 8127b02

Browse files
authored
Merge pull request #3789 from ActiveState/mitchell/cp-1278
Increase nightly integration test timeout.
2 parents b110228 + 89da775 commit 8127b02

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)