mirror of https://github.com/google/oss-fuzz.git
Use travis_wait (#2857)
This commit is contained in:
parent
48c079da32
commit
423ee81f52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue