Skip to content

Commit

Permalink
Go back to 30 minutes for coverage
Browse files Browse the repository at this point in the history
Apparently, the problem was the log silence timeout of 10 minutes on
my repository, thankfully the travis support increased it to 30 minutes.
  • Loading branch information
jranke committed Jul 23, 2024
1 parent 58b1743 commit f31a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ after_failure:
- ./run.sh dump_logs

after_success:
- travis_wait 40 ./run.sh coverage
- travis_wait 30 ./run.sh coverage

0 comments on commit f31a369

Please sign in to comment.