diff --git a/.travis.yml b/.travis.yml index d76aa1f678..fb8310856e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -130,7 +130,7 @@ script: $OPTIONS ../src - make -j2 - - if [[ $TEST != OFF ]]; then yes "A" | travis_wait ctest -j2 --output-on-failure; fi + - if [[ $TEST != OFF ]]; then yes "A" | travis_wait 60 ctest -j2 --output-on-failure; fi - | if [[ $TEST_LEANPKG_REGISTRY == ON ]]; then (cd ../packages