diff options
author | Björn Gustavsson <[email protected]> | 2017-03-07 08:02:15 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-03-07 10:26:56 +0100 |
commit | 19ea615886979e65a691f2a2a394e5cd8057b39a (patch) | |
tree | ee922b671acdf62d748a3f83939480b5b02d4419 /lib/xmerl/src/xmerl_sax_parser_latin1.erlsrc | |
parent | 23e60014ee1de86cbf163716a61905db7af954ed (diff) | |
download | otp-19ea615886979e65a691f2a2a394e5cd8057b39a.tar.gz otp-19ea615886979e65a691f2a2a394e5cd8057b39a.tar.bz2 otp-19ea615886979e65a691f2a2a394e5cd8057b39a.zip |
Travis CI: Avoid that builds gets killed for inactivity
Travis CI will kill build jobs that have not produced output for
10 minutes.
The OTP build was never killed because of inactivity before 74796de9c7739
(which started to capture the output in a temporary file). After that
commit, now and then a build would be killed because it did not finish
in 10 minutes.
Update the build script to periodically print a ".", but only if the
size of the log file has changed. That way, if there is a real hanging
during the build, Travis CI will still kill the build.
Alternatives considered: Using travis_wait. Rejected because travis_wait
will extend the build unconditonally, even if the build does not progress
at all.
Diffstat (limited to 'lib/xmerl/src/xmerl_sax_parser_latin1.erlsrc')
0 files changed, 0 insertions, 0 deletions