Increase travis timeout (#21447)

This commit is contained in:
Andrew Sayre 2019-02-25 20:59:02 -06:00 committed by Paulus Schoutsen
parent 095a0d19d1
commit f0268688be

View File

@ -34,7 +34,7 @@ cache:
- $HOME/.cache/pip - $HOME/.cache/pip
install: pip install -U tox coveralls install: pip install -U tox coveralls
language: python language: python
script: travis_wait 30 tox --develop script: travis_wait 40 tox --develop
services: services:
- docker - docker
before_deploy: before_deploy: