aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-07-23 12:04:11 +0200
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2024-07-23 12:04:11 +0200
commitf31a3694b568dc46e8e7e79ccda1cbbab0ccb858 (patch)
tree7bfc26e1d43c56ea7a3b8a7954c9bf8476737906 /.travis.yml
parent58b17430d15de975be29946de6c2c4fae117eae1 (diff)
Go back to 30 minutes for coverage
Apparently, the problem was the log silence timeout of 10 minutes on my repository, thankfully the travis support increased it to 30 minutes.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 61b56979..3aec6949 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,4 +26,4 @@ after_failure:
- ./run.sh dump_logs
after_success:
- - travis_wait 40 ./run.sh coverage
+ - travis_wait 30 ./run.sh coverage

Contact - Imprint