Increase test retries to 10 (basically infinite).

This basically means: try until you run out of time (50 minutes on
Travis). On Linux, we really want the tests to pass, so there is no point
in limiting the number of retries. On windows, we don't retry, on FreeBSD
it's limited to 1.
This commit is contained in:
iphydf 2018-01-10 14:34:44 +00:00
parent 54ec162558
commit c84daff541
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -11,7 +11,7 @@ export CMAKE_EXTRA_FLAGS="-DERROR_ON_WARNING=ON -DBUILD_NTOX=ON"
export MAKE=make
BUILD_DIR=_build
MAX_TEST_RETRIES=3
MAX_TEST_RETRIES=10
# Workaround for broken Travis image.
export TERM=xterm