mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ (define-public guile-2.2
|
||||||
(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 a new issue