From 789af710ed9aafb287611959206c0aa4096360b6 Mon Sep 17 00:00:00 2001 From: Ruben Maher Date: Tue, 20 Feb 2018 09:14:55 +1030 Subject: [PATCH] ci: increase cache timeout to 10 minutes The default is 3, and this can lead to cache timeouts while saving the contents of /nix/store. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f9aae7b..7167f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ script: cache: directories: - /nix/store + timeout: 600