gnu: node: Actually set timeout to 1 h.
* gnu/packages/node.scm (node)[properties]: Actually set timeout to 1 h.
This commit is contained in:
parent
9505dafb99
commit
e5f0563d5d
|
@ -132,4 +132,4 @@ perfect for data-intensive real-time applications that run across distributed
|
|||
devices.")
|
||||
(home-page "http://nodejs.org/")
|
||||
(license expat)
|
||||
(properties '((timeout . 216000)))))
|
||||
(properties '((timeout . 3600))))) ; 1 h
|
||||
|
|
Loading…
Reference in New Issue