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

increase npm installation timeouts

parent f9de1f19
Branches
Tags
No related merge requests found
...@@ -129,7 +129,7 @@ def node_prereqs_installation(): ...@@ -129,7 +129,7 @@ def node_prereqs_installation():
Configures npm and installs Node prerequisites Configures npm and installs Node prerequisites
""" """
@timeout(limit=300) @timeout(limit=600)
def _run_npm_command(npm_command, npm_log_file): def _run_npm_command(npm_command, npm_log_file):
""" """
helper function for running the npm installation with a timeout. helper function for running the npm installation with a timeout.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment