guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: guile-next: Increase timeout.


From: Ricardo Wurmus
Subject: 01/01: gnu: guile-next: Increase timeout.
Date: Sun, 9 Oct 2016 13:47:01 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 7f43ff965fc704bfbc96c0a31654e048bcae8a64
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Oct 8 09:59:43 2016 +0200

    gnu: guile-next: Increase timeout.
    
    * 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")



reply via email to

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