From c770649f26348b601b1e0b966cfc75e417604f7b Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Wed, 19 Jul 2017 16:47:28 +0200 Subject: [PATCH] Increased caching timeout in travis --- .travis.yml | 2 +- travis/generate_travis.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb8727e75..731783ddf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ language: cpp # Enable caching cache: - timeout: 600 + timeout: 1000 directories: - build - travis/mtime_cache diff --git a/travis/generate_travis.py b/travis/generate_travis.py index c54e947fe..0f52bb550 100644 --- a/travis/generate_travis.py +++ b/travis/generate_travis.py @@ -44,7 +44,7 @@ if __name__ == "__main__": s += "\n" s += "# Enable caching\n" s += "cache:\n" - s += " timeout: 600\n" + s += " timeout: 1000\n" s += " directories:\n" s += " - build\n" s += " - travis/mtime_cache\n"