summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-09-03 15:26:41 +0200
committerAlex Bennée <alex.bennee@linaro.org>2019-09-10 14:14:32 +0100
commit731cbb64214aca985bda752b6bcfaa15a1f469cb (patch)
tree91b5fa3f1db0cbd3888dd6be49481894a9e842e2
parent4bc629b2fb28dc36eae3a61f1d1c0536ba619167 (diff)
downloadfocaccia-qemu-731cbb64214aca985bda752b6bcfaa15a1f469cb.tar.gz
focaccia-qemu-731cbb64214aca985bda752b6bcfaa15a1f469cb.zip
.travis.yml: Increase cache timeout from 3min to 20min
We are going to cache few gigabytes, increase the cache timeout
to avoid build failures when uploading our cache.

See https://docs.travis-ci.com/user/caching/#setting-the-timeout

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c60cf2ec13..7ae55dc41d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ language: c
 compiler:
   - gcc
 cache:
+  timeout: 1200
   ccache: true