diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 16:46:47 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 16:46:47 +0200 |
commit | 80e45865b31daa1e524fac5a9dc1945b86fbb0e1 (patch) | |
tree | 5317a783ef35495a66fa4941867d2f6f4bdf611c | |
parent | 13b0f0e555c7252480cba38fd6d7cbe5feff3302 (diff) |
Yet another go at travis
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 61b56979..b3b78f9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,10 @@ install: - ./run.sh install_all script: - - travis_wait 30 ./run.sh run_tests + - travis_wait 25 ./run.sh run_tests after_failure: - ./run.sh dump_logs after_success: - - travis_wait 40 ./run.sh coverage + - travis_wait 35 ./run.sh coverage |