Skip to content

Commit 79d34f9

Browse files
committed
WIP: increase unit test timeout
1 parent 80faed2 commit 79d34f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ os::cleanup::tmpdir
4141

4242
# Internalize environment variables we consume and default if they're not set
4343
dry_run="${DRY_RUN:-}"
44-
test_timeout="${TIMEOUT:-120s}"
44+
test_timeout="${TIMEOUT:-600s}"
4545
detect_races="${DETECT_RACES:-true}"
4646
coverage_output_dir="${COVERAGE_OUTPUT_DIR:-}"
4747
coverage_spec="${COVERAGE_SPEC:--cover -covermode atomic}"

0 commit comments

Comments
 (0)