Add travis_wait for long-running test compilation

This commit is contained in:
Alexey Andreev 2017-05-08 20:55:58 +03:00
parent 9016682a1b
commit 08eb2da9b0

View File

@ -35,7 +35,7 @@ install:
- popd - popd
script: script:
- mvn -e test -P \!htmlUnit - travis_wait 60 mvn -e test -P \!htmlUnit
- BASE_PATH=`pwd` - BASE_PATH=`pwd`
- pushd tests/src/test/js - pushd tests/src/test/js
- export DISPLAY=:99.0 - export DISPLAY=:99.0