guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: node: Actually set timeout to 1 h.


From: Danny Milosavljevic
Subject: 01/01: gnu: node: Actually set timeout to 1 h.
Date: Mon, 17 Apr 2017 11:04:17 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit e5f0563d5d2cee21cd05b681e940af920f7ef979
Author: Danny Milosavljevic <address@hidden>
Date:   Mon Apr 17 16:59:17 2017 +0200

    gnu: node: Actually set timeout to 1 h.
    
    * gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
---
 gnu/packages/node.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index e8ce2e8..cb57415 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -132,4 +132,4 @@ perfect for data-intensive real-time applications that run 
across distributed
 devices.")
     (home-page "http://nodejs.org/";)
     (license expat)
-    (properties '((timeout . 216000)))))
+    (properties '((timeout . 3600))))) ; 1 h



reply via email to

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