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

2017-06-22 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée > --- > .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

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

2017-06-21 Thread Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé --- .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.tr