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.
master
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
1 changed files with 4 additions and 1 deletions

View File

@ -255,7 +255,10 @@ without requiring the source code to be rewritten.")
;; 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