diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 12:04:11 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 12:04:11 +0200 |
commit | f31a3694b568dc46e8e7e79ccda1cbbab0ccb858 (patch) | |
tree | 7bfc26e1d43c56ea7a3b8a7954c9bf8476737906 | |
parent | 58b17430d15de975be29946de6c2c4fae117eae1 (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.
-rw-r--r-- | .travis.yml | 2 |
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 |