restore 40mn timeout

This commit is contained in:
Eric Vergnaud 2020-10-04 11:28:40 +08:00
parent 263eb29a82
commit 5c8ff2e5b1
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ before_install:
script:
- |
cd runtime-testsuite;
travis_wait 4 ../.travis/run-tests-$TARGET.sh
travis_wait 40 ../.travis/run-tests-$TARGET.sh
rc=$?
cat target/surefire-reports/*.dumpstream || true
exit $rc