diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 10:23:49 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 10:23:49 +0200 |
commit | 58b17430d15de975be29946de6c2c4fae117eae1 (patch) | |
tree | 78e9ab722869c8a8561b64e38deecf2eb25f0bcd | |
parent | 2205447631adad70f508121d1acc0630ae0250a4 (diff) |
Another attempt to fix coverage on travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 378f89eb..61b56979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 35 ./run.sh coverage + - travis_wait 40 ./run.sh coverage |