diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-15 21:36:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-15 21:36:42 +0200 |
commit | 7a5997609d4b53d6aacdf46245b01056564db838 (patch) | |
tree | 55e3523066c4095cda8c439aebebd0f64411f7ce /.travis.yml | |
parent | d73280433b9e44da11c00464d83398c8557da92c (diff) |
Need even more time for tests now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index db8cd53b..c2dcce8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: - ./run.sh install_github jranke/saemixextension@installable_dev_version script: - - travis_wait ./run.sh run_tests + - travis_wait 30 ./run.sh run_tests after_failure: - ./run.sh dump_logs |