diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-24 08:00:57 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-24 08:00:57 +0200 |
commit | 0d3a38129a2d0d1835902af5c5d51f17b456e005 (patch) | |
tree | 971f22e9b119bfc5970d15334b605420c94b32fb | |
parent | 8290c489faf3a6dde240ab391c1c7480e84eaf73 (diff) |
Another attempt
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3d1df368..789aa579 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 25 ./run.sh coverage + - travis_wait 30 ./run.sh coverage |