From 17cc3b8719dd7d1d4dd5ca21ee16549547bb0c2d Mon Sep 17 00:00:00 2001 From: Ricky Stewart Date: Wed, 15 Nov 2023 16:05:44 -0500 Subject: [PATCH] stress: use CI timeouts 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 --- build/teamcity/cockroach/nightlies/stress_engflow.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/teamcity/cockroach/nightlies/stress_engflow.sh b/build/teamcity/cockroach/nightlies/stress_engflow.sh index 574fcfda88d5..339be14c5ee1 100755 --- a/build/teamcity/cockroach/nightlies/stress_engflow.sh +++ b/build/teamcity/cockroach/nightlies/stress_engflow.sh @@ -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