summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-09-03 15:26:41 +0200
committerAlex Bennée2019-09-10 15:14:32 +0200
commit731cbb64214aca985bda752b6bcfaa15a1f469cb (patch)
tree91b5fa3f1db0cbd3888dd6be49481894a9e842e2 /.travis.yml
parent.travis.yml: Enable multiple caching features (diff)
downloadqemu-731cbb64214aca985bda752b6bcfaa15a1f469cb.tar.gz
qemu-731cbb64214aca985bda752b6bcfaa15a1f469cb.tar.xz
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>
Diffstat (limited to '.travis.yml')
-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