diff --git a/other/travis/env.sh b/other/travis/env.sh index aeb00c82a..b0ccda624 100644 --- a/other/travis/env.sh +++ b/other/travis/env.sh @@ -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