forked from jasder/antlr
restore 40mn timeout
This commit is contained in:
parent
263eb29a82
commit
5c8ff2e5b1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue