diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-09-03 15:26:41 +0200 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-09-10 14:14:32 +0100 |
commit | 731cbb64214aca985bda752b6bcfaa15a1f469cb (patch) | |
tree | 91b5fa3f1db0cbd3888dd6be49481894a9e842e2 /.travis.yml | |
parent | 4bc629b2fb28dc36eae3a61f1d1c0536ba619167 (diff) |
.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.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 |