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: v4.2.0-rc0~115^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=731cbb64214aca985bda752b6bcfaa15a1f469cb;p=thirdparty%2Fqemu.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 c60cf2ec135..7ae55dc41d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ language: c compiler: - gcc cache: + timeout: 1200 ccache: true