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