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
|
@ -8,3 +8,4 @@ script:
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- /nix/store
|
- /nix/store
|
||||||
|
timeout: 600
|
||||||
|
|
Loading…
Reference in New Issue