diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 15:49:58 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 15:49:58 +0200 |
commit | 13b0f0e555c7252480cba38fd6d7cbe5feff3302 (patch) | |
tree | 78e9ab722869c8a8561b64e38deecf2eb25f0bcd /.travis.yml | |
parent | f31a3694b568dc46e8e7e79ccda1cbbab0ccb858 (diff) |
30 minutes for coverage did not suffice for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3aec6949..61b56979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 30 ./run.sh coverage + - travis_wait 40 ./run.sh coverage |