chore(.travis.yml): increase travis_wait timeout

By default, `travis_wait` kills the process after 20 minutes, so this could make test runs fail that actually would have succeeded before the change. Increase to maximum job runtime of 60 minutes.
This commit is contained in:
Sebastian Ullrich 2018-03-13 17:17:55 +01:00 committed by GitHub
parent 16f28315ee
commit 07bb7d809b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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