We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c2809 commit a3d69fbCopy full SHA for a3d69fb
build/teamcity/cockroach/nightlies/cockroach_nightly_extra_stress_impl.sh
@@ -46,7 +46,7 @@ done
46
test_filter="${test_filter})\$"
47
48
export RUNS_PER_TEST=1000
49
-export TEST_ARGS="--test_timeout=25200 --runs_per_test $RUNS_PER_TEST"
+export TEST_ARGS="--test_timeout=300 --runs_per_test $RUNS_PER_TEST"
50
51
mkdir -p $ARTIFACTS_DIR
52
@@ -62,7 +62,7 @@ $BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci -- test //pkg/kv/kvserver/asim/tests:tests
62
--test_env TC_SERVER_URL \
63
--test_env COCKROACH_RUN_ASIM_TESTS=true \
64
--test_filter="^TestDataDriven$" \
65
- --test_timeout=3600 \
+ --test_timeout=600 \
66
|| exit_status=$?
67
68
# Run the rest of the tests under stress.
0 commit comments