From 07bb7d809b6be49f38ce4e427c54a82708ae281f Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Tue, 13 Mar 2018 17:17:55 +0100 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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