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.
master
Mark H Weaver 2017-06-07 19:13:59 -04:00
parent f45878a80d
commit 1577a65809
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -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")