Skip to content

Commit 1f00310

Browse files
committed
Merge pull request #3789 from ActiveState/mitchell/cp-1278
Increase nightly integration test timeout.
1 parent 935af57 commit 1f00310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)