From 253c463da82837986f2ddd8acf68d607ffb82ce9 Mon Sep 17 00:00:00 2001
From: Ben Taylor <ben.taylor@sanger.ac.uk>
Date: Thu, 11 Jun 2015 12:06:03 +0100
Subject: [PATCH] Give longer to upload the cache

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

diff --git a/.travis.yml b/.travis.yml
index 65ba4990e..84b01c333 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ cache:
   directories:
   - "build"
 before_install:
+  - "export CASHER_TIME_OUT=300"
   - "export DISPLAY=:99.0"
   - "sh -e /etc/init.d/xvfb start"
   - "source install_dependencies.sh"
-- 
GitLab