gnu: guile-2.2: Increase max-silent-time to 6 hours.
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 6 hours.
This commit is contained in:
parent
f45878a80d
commit
1577a65809
|
@ -240,7 +240,8 @@ without requiring the source code to be rewritten.")
|
|||
(snippet '(for-each delete-file
|
||||
(find-files "prebuilt" "\\.go$")))))
|
||||
(properties '((timeout . 72000) ;20 hours
|
||||
(max-silent-time . 10800))) ;3 hours (needed on ARM)
|
||||
(max-silent-time . 21600))) ;6 hours (needed on ARM
|
||||
; when heavily loaded)
|
||||
(native-search-paths
|
||||
(list (search-path-specification
|
||||
(variable "GUILE_LOAD_PATH")
|
||||
|
|
Loading…
Reference in New Issue