From 1770191e1b6acd79e70752fab70246b41cb4bd56 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 27 Jul 2017 12:35:45 -0400 Subject: [PATCH] Try to fix travis timing out errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd295f21b..d65230778 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ branches: script: - make bootstrap - - make test testrace + - travis_wait 30 make test testrace