guix-devel
[Top][All Lists]
Advanced

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

[PATCH] gnu: guile-next: Increase timeout.


From: Ricardo Wurmus
Subject: [PATCH] gnu: guile-next: Increase timeout.
Date: Sat, 8 Oct 2016 10:00:44 +0200

* gnu/packages/guile.scm (guile-next)[properties]: Set timeout to
20 hours.
---
 gnu/packages/guile.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 0890f19..7361f1f 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -220,6 +220,7 @@ without requiring the source code to be rewritten.")
               (snippet '(for-each delete-file
                                   (find-files "prebuilt" "\\.go$")))))
     (synopsis "Snapshot of what will become version 2.2 of GNU Guile")
+    (properties '((timeout . 72000)))  ; 20 hours
     (native-search-paths
      (list (search-path-specification
             (variable "GUILE_LOAD_PATH")
-- 
2.10.0





reply via email to

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