Skip to content

Commit c9f68f1

Browse files
authored
Merge pull request #145452 from rickystewart/blathers/backport-release-24.3-145445
release-24.3: ci: bump timeout for lint
2 parents faeaaf2 + 8c1ee2b commit c9f68f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/github/lint.sh

+1-1
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)