Skip to content

Commit 3086ad6

Browse files
committed
Add travis_wait to prevent timeout from no output
Prints out a line of output every minute for 20 minutes (see https://docs.travis-ci.com/user/common-build-problems/). This prevents travis from timing out when test runs take more than 10 minutes. Note: No output from running mvn test will get printed until after the command exits (travis-ci/travis-ci#5716).
1 parent b294b45 commit 3086ad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ before_install:
1313
before_cache:
1414
#make the cache stable between builds by removing build output
1515
- rm -rf $HOME/.m2/repository/com/teradata
16+
17+
script: travis_wait ./mvnw test

0 commit comments

Comments
 (0)