diff options
author | Philippe Mathieu-Daudé | 2019-09-03 15:26:41 +0200 |
---|---|---|
committer | Alex Bennée | 2019-09-10 15:14:32 +0200 |
commit | 731cbb64214aca985bda752b6bcfaa15a1f469cb (patch) | |
tree | 91b5fa3f1db0cbd3888dd6be49481894a9e842e2 | |
parent | .travis.yml: Enable multiple caching features (diff) | |
download | qemu-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>
-rw-r--r-- | .travis.yml | 1 |
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 |