gnu: node: Increase build timeouts.
* gnu/packages/node.scm (node)[properties]: Add MAX-SILENT-TIME. Increase TIMEOUT from 3600 seconds to 14400.master
parent
f175fa4987
commit
b4481f2df1
|
@ -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
|
||||
|
|
Reference in New Issue