Skip to content

Commit

Permalink
stress: use CI timeouts
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rickystewart committed Nov 15, 2023
1 parent bab4335 commit 17cc3b8
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 17cc3b8

Please sign in to comment.