Bump Travis timeout to 50 minutes (#26978)

This commit is contained in:
Ville Skyttä 2019-09-28 00:20:00 +03:00 committed by Paulus Schoutsen
parent fc3f5163f1
commit b0df14db14

View File

@ -30,4 +30,4 @@ matrix:
cache: pip
install: pip install -U tox
language: python
script: travis_wait 40 tox --develop
script: travis_wait 50 tox --develop