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

View file

@ -182,4 +182,5 @@ (define-public node
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