Skip to content
Snippets Groups Projects
Commit c7ece711 authored by Stuart Young's avatar Stuart Young
Browse files

increase npm installation timeouts

parent f9de1f19
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment