Skip to content

Commit 8c1ee2b

Browse files
committed
ci: bump timeout for lint
... from 30m to 60m. This timed out in #145433. Epic: none Release note: None
1 parent 8e384dd commit 8c1ee2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/github/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bazel test \
2828
--sandbox_writable_path=$HOME \
2929
--test_env=GO_SDK=$(dirname $(dirname $(bazel run @go_sdk//:bin/go --run_under=realpath))) \
3030
--test_env=COCKROACH_WORKSPACE=$WORKSPACE \
31-
--test_timeout=1800 \
31+
--test_timeout=3600 \
3232
--build_event_binary_file=bes.bin \
3333
--jobs 50 \
3434
--remote_download_minimal $(./build/github/engflow-args.sh)

0 commit comments

Comments
 (0)