Skip to content

Commit ead13d9

Browse files
committed
Increase travis timeout
1 parent e7bfe34 commit ead13d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ matrix:
9999
before_script: ./autogen.sh
100100

101101
# 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)
102-
script: travis_wait 30 ./contrib/travis.sh
102+
script: travis_wait 60 ./contrib/travis.sh
103103

104104
after_script:
105105
- cat ./tests.log

0 commit comments

Comments
 (0)