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.
This commit is contained in:
Ruben Maher 2018-02-20 09:14:55 +10:30
parent 929cac8f50
commit 789af710ed

View file

@ -8,3 +8,4 @@ script:
cache: cache:
directories: directories:
- /nix/store - /nix/store
timeout: 600