diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-08-15 09:36:13 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-08-15 09:24:46 +0200 |
commit | fa6583c30bf7d82cf7ffdae995f8f16524ad2c0d (patch) | |
tree | d53647bd24012f91aa8a82cd53d6e0e8c7dfc18b /ci/test/00_setup_env_native_tsan.sh | |
parent | 30dd562fd2c58536fa026fff9853b8d825216b01 (diff) |
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.sh | 2 |
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" |