projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bc629b
)
.travis.yml: Increase cache timeout from 3min to 20min
author
Philippe Mathieu-Daudé
<philmd@redhat.com>
Tue, 3 Sep 2019 13:26:41 +0000
(15:26 +0200)
committer
Alex Bennée
<alex.bennee@linaro.org>
Tue, 10 Sep 2019 13:14:32 +0000
(14:14 +0100)
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>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index c60cf2ec1351fedff234d355881767876b547059..7ae55dc41d95eac4afdb4662e2505dcdea6f91b0 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-6,6
+6,7
@@
language: c
compiler:
- gcc
cache:
+ timeout: 1200
ccache: true