gnu: guile-next: Increase timeout.
* gnu/packages/guile.scm (guile-next)[properties]: Set timeout to 20 hours.
This commit is contained in:
parent
a299a8992c
commit
7f43ff965f
|
@ -220,6 +220,7 @@ without requiring the source code to be rewritten.")
|
|||
(snippet '(for-each delete-file
|
||||
(find-files "prebuilt" "\\.go$")))))
|
||||
(synopsis "Snapshot of what will become version 2.2 of GNU Guile")
|
||||
(properties '((timeout . 72000))) ; 20 hours
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "GUILE_LOAD_PATH")
|
||||
|
|
Loading…
Reference in New Issue