diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 18:40:12 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-23 18:40:12 +0200 |
commit | 758ccc6dc671a60522b172a8c4b98d654e4d7a51 (patch) | |
tree | 27eeeeb3369c6ed67b31c329c766fdea86a701a6 | |
parent | e800cd22d06ae8abeb4f34d92c5ff11bac624ee7 (diff) |
And one more
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index edb8e02f..ee2dd2f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,10 @@ install: - ./run.sh install_all script: - - travis_wait 25 ./run.sh run_tests + - travis_wait 20 ./run.sh run_tests after_failure: - ./run.sh dump_logs after_success: - - travis_wait 40 ./run.sh coverage + - travis_wait 35 ./run.sh coverage |