[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
- branch master updated (af52ba6 -> c9677ce), guix-commits, 2020/02/24
- 01/15: gnu: python-libarchive-c: Update to 2.9., guix-commits, 2020/02/24
- 02/15: gnu: libgme: Remove obsolete workaround., guix-commits, 2020/02/24
- 03/15: gnu: espeak-ng: Update to 1.50., guix-commits, 2020/02/24
- 05/15: gnu: clang@9: Fix search path handling., guix-commits, 2020/02/24
- 09/15: gnu: freecad. Fix build failure., guix-commits, 2020/02/24
- 04/15: gnu: node: Increase build timeouts.,
guix-commits <=
- 07/15: gnu: clang@9: Update to 9.0.1., guix-commits, 2020/02/24
- 06/15: gnu: llvm: Add helper procedure for constructing download URLs., guix-commits, 2020/02/24
- 08/15: gnu: qtbase: Add variant that fixes file name handling in CMake macros., guix-commits, 2020/02/24
- 12/15: gnu: clang: Use the correct CLANG-RUNTIME for versions 6 and 7., guix-commits, 2020/02/24
- 10/15: gnu: freecad. Use qt-build-system., guix-commits, 2020/02/24
- 11/15: gnu: Reorganize llvm.scm., guix-commits, 2020/02/24
- 13/15: gnu: mesa: Build with llvm@8 explicitly., guix-commits, 2020/02/24
- 15/15: gnu: mesa-opencl: Build with clang@8., guix-commits, 2020/02/24
- 14/15: gnu: LLVM: Promote LLVM 9 to the default 'llvm' package., guix-commits, 2020/02/24