diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-16 13:40:58 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-04-16 13:40:58 +0200 |
commit | 910d80dc7793490ca7bde75114215fd38ce08e73 (patch) | |
tree | 8ede7bacf2fc011cd7da1169b026f8e101a64085 /.travis.yml | |
parent | c99a12f1ccb03b46264c536bc9ded5d5de9f85df (diff) |
Make travis wait longer also for codecov coverage
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 c2dcce8e..ec904005 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,4 +28,4 @@ after_failure: - ./run.sh dump_logs after_success: - - travis_wait ./run.sh coverage + - travis_wait 30 ./run.sh coverage |