summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Maher <ruben@maher.fyi>2018-02-20 09:14:55 +1030
committerRuben Maher <ruben@maher.fyi>2018-02-20 09:14:55 +1030
commit789af710ed9aafb287611959206c0aa4096360b6 (patch)
tree639fe74e5c2448d8f7671cf84e0e69f3ad122664
parent929cac8f503459ba2beb0ac0fa433dbf504c99f8 (diff)
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.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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