diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-24 09:34:53 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-24 09:34:53 +0200 |
commit | 7dd7d6a56a0169242476a1969488ba21971c6290 (patch) | |
tree | 78e9ab722869c8a8561b64e38deecf2eb25f0bcd | |
parent | 0d3a38129a2d0d1835902af5c5d51f17b456e005 (diff) |
Go back to the only version that worked once
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 789aa579..61b56979 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,10 @@ install: - ./run.sh install_all script: - - travis_wait 20 ./run.sh run_tests + - travis_wait 30 ./run.sh run_tests after_failure: - ./run.sh dump_logs after_success: - - travis_wait 30 ./run.sh coverage + - travis_wait 40 ./run.sh coverage |