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