Skip to content

Commit

Permalink
Merge #114526
Browse files Browse the repository at this point in the history
114526: stress: use CI timeouts r=rail a=rickystewart

The default timeout is 60m for enormous tests which can delay things quite a bit. Opt in to using CI timeouts (15m for long-running tests).

Epic: CRDB-8308
Release note: None

Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com>
  • Loading branch information
craig[bot] and rickystewart committed Nov 16, 2023
2 parents fbb3446 + 17cc3b8 commit 64384f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/teamcity/cockroach/nightlies/stress_engflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -euo pipefail

export EXTRA_TEST_ARGS="--config use_ci_timeouts"

THIS_DIR=$(cd "$(dirname "$0")" && pwd)

$THIS_DIR/stress_engflow_impl.sh

0 comments on commit 64384f6

Please sign in to comment.