From ff0ab98689c7fc247f56fe4d2678ae31f78bade7 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 7 Aug 2017 10:42:22 -0400 Subject: [PATCH] Make travis_wait Travis wait longer_wait --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d65230778e..88ae622020 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,5 @@ branches: script: - make bootstrap - - travis_wait 30 make test testrace + - travis_wait 30 make test + - travis_wait 30 make testrace