From 9d65f2b79c1ab0c7a534762966f5e03a5e40999f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 21 Dec 2017 14:15:58 +0100 Subject: [PATCH] chg: Give more time to travis to run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19e30d4..8fa8aa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ install: # - popd script: - - travis_wait py.test --cov=kittengroomer --cov=filecheck tests/ + - travis_wait 60 py.test --cov=kittengroomer --cov=filecheck tests/ notifications: email: