[Qemu-devel] [PATCH v2 10/21] travis: increase S3 cache timeout

Philippe Mathieu-Daudé posted 21 patches 8 years, 4 months ago
There is a newer version of this series
[Qemu-devel] [PATCH v2 10/21] travis: increase S3 cache timeout
Posted by Philippe Mathieu-Daudé 8 years, 4 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index be28e0642c..62b9dfd2ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ compiler:
   - gcc
 cache:
   ccache: true
+  timeout: 1200 # https://docs.travis-ci.com/user/caching#setting-the-timeout
 addons:
   apt:
     packages:
-- 
2.11.0


Re: [Qemu-devel] [PATCH v2 10/21] travis: increase S3 cache timeout
Posted by Alex Bennée 8 years, 4 months ago
Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  .travis.yml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.travis.yml b/.travis.yml
> index be28e0642c..62b9dfd2ae 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -6,6 +6,7 @@ compiler:
>    - gcc
>  cache:
>    ccache: true
> +  timeout: 1200 # https://docs.travis-ci.com/user/caching#setting-the-timeout
>  addons:
>    apt:
>      packages:


--
Alex Bennée