.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>
This commit is contained in:
Philippe Mathieu-Daudé 2019-09-03 15:26:41 +02:00 committed by Alex Bennée
parent 4bc629b2fb
commit 731cbb6421
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ language: c
compiler:
- gcc
cache:
timeout: 1200
ccache: true