From c020e5df4ad59b76f2b17278c20c33319dab8ac9 Mon Sep 17 00:00:00 2001 From: mikeller Date: Tue, 19 Jun 2018 23:28:27 +1200 Subject: [PATCH] Increased travis cache load timeout to stop cache load (and SDK install) from failing. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e1562c02e1..26c21c3290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,6 +58,7 @@ before_script: script: ./.travis.sh cache: + timeout: 1000 directories: - downloads - tools