mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: guile-2.2/fixed: Increase timeout and max-silent-time.
* gnu/packages/guile.scm (guile-2.2/fixed)[properties]: Add 'timeout' and 'max-silent-time' properties.
This commit is contained in:
parent
9815739e9b
commit
a9308efec6
1 changed files with 4 additions and 1 deletions
|
@ -255,7 +255,10 @@ (define-public guile-2.2/fixed
|
|||
;; in the `base' module, and thus changing it entails a full rebuild.
|
||||
(package
|
||||
(inherit guile-2.2)
|
||||
(properties '((hidden? . #t))) ;people should install 'guile-2.2'
|
||||
(properties '((hidden? . #t) ;people should install 'guile-2.2'
|
||||
(timeout . 72000) ;20 hours
|
||||
(max-silent-time . 36000))) ;10 hours (needed on ARM
|
||||
; when heavily loaded)
|
||||
(replacement #f)))
|
||||
|
||||
(define-public guile-next
|
||||
|
|
Loading…
Reference in a new issue