guix-commits
[Top][All Lists]
Advanced

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

04/15: gnu: node: Increase build timeouts.


From: guix-commits
Subject: 04/15: gnu: node: Increase build timeouts.
Date: Mon, 24 Feb 2020 12:09:55 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b4481f2df1ac0e24a41a06671e99e88a5e2c9d2d
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Feb 20 20:39:44 2020 +0100

    gnu: node: Increase build timeouts.
    
    * gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME.  Increase
    TIMEOUT from 3600 seconds to 14400.
---
 gnu/packages/node.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm
index 1494e2e..ee35d76 100644
--- a/gnu/packages/node.scm
+++ b/gnu/packages/node.scm
@@ -182,4 +182,5 @@ perfect for data-intensive real-time applications that run 
across distributed
 devices.")
     (home-page "https://nodejs.org/";)
     (license expat)
-    (properties '((timeout . 3600))))) ; 1 h
+    (properties '((max-silent-time . 7200)     ;2h, needed on ARM
+                  (timeout . 21600)))))        ;6h



reply via email to

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