gnu: node: Increase build timeouts.

* gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME.  Increase
TIMEOUT from 3600 seconds to 14400.
This commit is contained in:
Marius Bakke 2020-02-20 20:39:44 +01:00
parent f175fa4987
commit b4481f2df1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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