aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-12-20 06:44:46 +1300
committerMarcoFalke <falke.marco@gmail.com>2018-12-20 08:06:28 +1300
commitfa05d52af475dc4109c09b70b17b22f5ffc6e6e6 (patch)
tree73550be78d7eb89d36506c815d18de93aaabe7c3 /.travis.yml
parentcb52cee29d0d8be062c22e59299b8e332da340c5 (diff)
downloadbitcoin-fa05d52af475dc4109c09b70b17b22f5ffc6e6e6.tar.xz
test: Bump timeout to run tests in travis thread sanitizer
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a7c6e03f2d..7abc6e8ffd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -99,7 +99,6 @@ jobs:
DOCKER_NAME_TAG=ubuntu:16.04
PACKAGES="clang llvm python3-zmq qtbase5-dev qttools5-dev-tools libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.3++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev"
NO_DEPENDS=1
- FUNCTIONAL_TESTS_CONFIG="--exclude feature_block.py,p2p_invalid_messages.py"
GOAL="install"
BITCOIN_CONFIG="--enable-zmq --disable-wallet --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --with-sanitizers=thread --disable-hardening --disable-asm CC=clang CXX=clang++"
# x86_64 Linux (no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer)