From f0268688be9c66228ebcc83053e9f7864c81656b Mon Sep 17 00:00:00 2001
From: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>
Date: Mon, 25 Feb 2019 20:59:02 -0600
Subject: [PATCH] Increase travis timeout (#21447)

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 920e8b57047..be00f989290 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,7 +34,7 @@ cache:
     - $HOME/.cache/pip
 install: pip install -U tox coveralls
 language: python
-script: travis_wait 30 tox --develop
+script: travis_wait 40 tox --develop
 services:
   - docker
 before_deploy:
-- 
GitLab