Commit 3086ad6
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
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
0 commit comments