Skip to content

Commit 26353d3

Browse files
craig[bot]stevendanna
andcommitted
Merge #153958
153958: teamcity: update extra stress per-test timeout r=miraradeva a=stevendanna I was originally confused about the meaning of this flag resulting in a hung test run not timing out for hours. Informs #152701 Release note: None Co-authored-by: Steven Danna <[email protected]>
2 parents 0618bf0 + a3d69fb commit 26353d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/teamcity/cockroach/nightlies/cockroach_nightly_extra_stress_impl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ done
4646
test_filter="${test_filter})\$"
4747

4848
export RUNS_PER_TEST=1000
49-
export TEST_ARGS="--test_timeout=25200 --runs_per_test $RUNS_PER_TEST"
49+
export TEST_ARGS="--test_timeout=300 --runs_per_test $RUNS_PER_TEST"
5050

5151
mkdir -p $ARTIFACTS_DIR
5252

@@ -62,7 +62,7 @@ $BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci -- test //pkg/kv/kvserver/asim/tests:tests
6262
--test_env TC_SERVER_URL \
6363
--test_env COCKROACH_RUN_ASIM_TESTS=true \
6464
--test_filter="^TestDataDriven$" \
65-
--test_timeout=3600 \
65+
--test_timeout=600 \
6666
|| exit_status=$?
6767

6868
# Run the rest of the tests under stress.

0 commit comments

Comments
 (0)