From 8365d7c429a349c8031b86020dd3b7b6b0a06e27 Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Sat, 24 Sep 2011 11:10:01 +0200 Subject: [PATCH] Set a generous spec sleep time on Travis. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5cc9a5b..519edd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ branches: only: - master - guard_dependencies +env: + - GUARD_SPEC_SLEEP=2 notifications: recipients: - thibaud@thibaud.me