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:
parent
f175fa4987
commit
b4481f2df1
@ -182,4 +182,5 @@ (define-public node
|
|||||||
devices.")
|
devices.")
|
||||||
(home-page "https://nodejs.org/")
|
(home-page "https://nodejs.org/")
|
||||||
(license expat)
|
(license expat)
|
||||||
(properties '((timeout . 3600))))) ; 1 h
|
(properties '((max-silent-time . 7200) ;2h, needed on ARM
|
||||||
|
(timeout . 21600))))) ;6h
|
||||||
|
Loading…
Reference in New Issue
Block a user