[Qemu-devel] [PATCH for-2.11 v3 04/16] travis: increase S3 cache timeout

Philippe Mathieu-Daudé posted 16 patches 8 years, 6 months ago
[Qemu-devel] [PATCH for-2.11 v3 04/16] travis: increase S3 cache timeout
Posted by Philippe Mathieu-Daudé 8 years, 6 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 311f25eb28..d622d8c433 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ compiler:
   - gcc
 cache:
   ccache: true
+  timeout: 1200 # https://docs.travis-ci.com/user/caching#setting-the-timeout
 addons:
   apt:
     packages:
-- 
2.13.3