Use travis_wait (#2857)

This commit is contained in:
jonathanmetzman 2019-09-20 09:31:29 -07:00 committed by GitHub
parent 48c079da32
commit 423ee81f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,4 +48,5 @@ matrix:
- TRAVIS_SANITIZER=dataflow
- TRAVIS_ARCHITECTURE=x86_64
script: ./infra/travis/travis_build.py
# Use travis_wait to allow up to 30 minutes with no log output.
script: travis_wait 30 ./infra/travis/travis_build.py