Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Actively avoid travis "no output" timeout for 15min
This is done by having an echo on the background with 3x5min sleeps. The echo is killed if the rest of the travis_script takes less time to complete. Solution inspired from this issue comment while looking at travis_wait: travis-ci/travis-ci#4190 (comment)
- Loading branch information