From: Philippe Mathieu-Daudé Date: Tue, 3 Sep 2019 13:26:41 +0000 (+0200) Subject: .travis.yml: Increase cache timeout from 3min to 20min X-Git-Tag: qemu-xen-4.14.0~405^2~11 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=731cbb64214aca985bda752b6bcfaa15a1f469cb;p=qemu-xen.git .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é Signed-off-by: Alex Bennée --- 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