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:
Mark H Weaver 2017-06-20 00:29:31 -04:00
parent 9815739e9b
commit a9308efec6
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

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