From 08eb2da9b01dacec2ff26f5b18b4a68549593391 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Mon, 8 May 2017 20:55:58 +0300 Subject: [PATCH] Add travis_wait for long-running test compilation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e78edd4a..e6c71e8ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ install: - popd script: - - mvn -e test -P \!htmlUnit + - travis_wait 60 mvn -e test -P \!htmlUnit - BASE_PATH=`pwd` - pushd tests/src/test/js - export DISPLAY=:99.0