Skip to content

Commit

Permalink
Increase travis timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed May 3, 2020
1 parent e7bfe34 commit ead13d9
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 @@ -99,7 +99,7 @@ matrix:
before_script: ./autogen.sh

# travis_wait extends the 10 minutes without output allowed (https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received)
script: travis_wait 30 ./contrib/travis.sh
script: travis_wait 60 ./contrib/travis.sh

after_script:
- cat ./tests.log
Expand Down

0 comments on commit ead13d9

Please sign in to comment.