diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-24 07:06:45 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-07-24 07:06:45 +0200 |
commit | 8290c489faf3a6dde240ab391c1c7480e84eaf73 (patch) | |
tree | 9445fc6e4ba6c10747bd494fed7a9643b00a85f1 | |
parent | 758ccc6dc671a60522b172a8c4b98d654e4d7a51 (diff) |
Try to fit in 50 minutes travis build time
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ee2dd2f2..3d1df368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait 35 ./run.sh coverage + - travis_wait 25 ./run.sh coverage |