mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue