guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: guile-2.2/fixed: Increase timeout and max-silent-time.


From: Mark H. Weaver
Subject: 02/02: gnu: guile-2.2/fixed: Increase timeout and max-silent-time.
Date: Tue, 20 Jun 2017 00:32:21 -0400 (EDT)

mhw pushed a commit to branch core-updates
in repository guix.

commit a9308efec642bfbce480545a22fce848e6212456
Author: Mark H Weaver <address@hidden>
Date:   Tue Jun 20 00:29:31 2017 -0400

    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.
---
 gnu/packages/guile.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 5577ad9..85faec6 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]