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:
parent
929cac8f50
commit
789af710ed
1 changed files with 1 additions and 0 deletions
|
@ -8,3 +8,4 @@ script:
|
|||
cache:
|
||||
directories:
|
||||
- /nix/store
|
||||
timeout: 600
|
||||
|
|
Loading…
Reference in a new issue