From 0957b3aeba5885e767ebff39d594f41c16ed00c8 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 19 Dec 2016 23:53:15 +0100 Subject: [PATCH] [travis] Increase cache timeout No new caches have been uploaded recently because of timeouts. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 480f8590df8..2036709bd39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ matrix: apt: true directories: - $HOME/.ccache + timeout: 1000 compiler: clang python: "3.3" addons: