aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_native_tsan.sh
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-08-15 09:36:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-08-15 09:24:46 +0200
commitfa6583c30bf7d82cf7ffdae995f8f16524ad2c0d (patch)
treed53647bd24012f91aa8a82cd53d6e0e8c7dfc18b /ci/test/00_setup_env_native_tsan.sh
parent30dd562fd2c58536fa026fff9853b8d825216b01 (diff)
downloadbitcoin-fa6583c30bf7d82cf7ffdae995f8f16524ad2c0d.tar.xz
ci: Set increased --timeout-factor by default
Diffstat (limited to 'ci/test/00_setup_env_native_tsan.sh')
-rw-r--r--ci/test/00_setup_env_native_tsan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_native_tsan.sh b/ci/test/00_setup_env_native_tsan.sh
index fc18483425..b14a46562c 100644
--- a/ci/test/00_setup_env_native_tsan.sh
+++ b/ci/test/00_setup_env_native_tsan.sh
@@ -10,6 +10,6 @@ export CONTAINER_NAME=ci_native_tsan
export DOCKER_NAME_TAG=ubuntu:20.04
export PACKAGES="clang llvm libc++abi-dev libc++-dev python3-zmq"
export DEP_OPTS="CC=clang CXX='clang++ -stdlib=libc++'"
-export TEST_RUNNER_EXTRA="--exclude feature_block --timeout-factor=4" # Increase timeout because sanitizers slow down. Low memory on Travis machines, exclude feature_block.
+export TEST_RUNNER_EXTRA="--exclude feature_block" # Low memory on Travis machines, exclude feature_block.
export GOAL="install"
export BITCOIN_CONFIG="--enable-zmq --with-gui=no CPPFLAGS='-DARENA_DEBUG -DDEBUG_LOCKORDER' CXXFLAGS='-g' --with-sanitizers=thread CC=clang CXX='clang++ -stdlib=libc++' --with-boost-process"