From 09feb1460522fa6c0a780ea0373c6828faf40286 Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Thu, 14 Feb 2019 11:27:42 -0500 Subject: [PATCH] Disable unit tests for 32-bit builds to avoid Travis 10 min timeout --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0b93a31f19..63804f0dac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,6 +74,7 @@ jobs: PACKAGES="python3 nsis g++-mingw-w64-i686 wine-binfmt wine32" GOAL="install" BITCOIN_CONFIG="--enable-reduce-exports" + RUN_UNIT_TESTS=false # secp-zkp times out Travis, get 32-bit build in upstream? # Win64 - stage: test env: >- @@ -91,6 +92,7 @@ jobs: GOAL="install" BITCOIN_CONFIG="--enable-zmq --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++" CONFIG_SHELL="/bin/dash" + RUN_UNIT_TESTS=false # secp-zkp times out Travis, get 32-bit build in upstream? # x86_64 Linux (uses qt5 dev package instead of depends Qt to speed up build and avoid timeout) - stage: test env: >-