increase npm installation timeouts

This commit is contained in:
Stuart Young
2018-09-12 14:20:12 -04:00
parent f9de1f1927
commit c7ece71142

View File

@@ -129,7 +129,7 @@ def node_prereqs_installation():
Configures npm and installs Node prerequisites
"""
@timeout(limit=300)
@timeout(limit=600)
def _run_npm_command(npm_command, npm_log_file):
"""
helper function for running the npm installation with a timeout.