Skip to content

Commit

Permalink
Add travis_wait to prevent timeout from no output
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
rschlussel-zz committed Oct 14, 2016
1 parent b294b45 commit 3086ad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ before_install:
before_cache:
#make the cache stable between builds by removing build output
- rm -rf $HOME/.m2/repository/com/teradata

script: travis_wait ./mvnw test

0 comments on commit 3086ad6

Please sign in to comment.