qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 35/45] .travis.yml: Increase cache timeout from 3min


From: Alex Bennée
Subject: [Qemu-devel] [PULL 35/45] .travis.yml: Increase cache timeout from 3min to 20min
Date: Tue, 10 Sep 2019 09:43:39 +0100

From: Philippe Mathieu-Daudé <address@hidden>

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é <address@hidden>
Signed-off-by: Alex Bennée <address@hidden>

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
 
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]