Skip to content
Snippets Groups Projects
Unverified Commit 53d8a04b authored by Stu Young's avatar Stu Young Committed by GitHub
Browse files

Merge pull request #18921 from edx/estute/bump-npm-installation-timeouts

increase npm installation timeouts
parents f9de1f19 c7ece711
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment