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

increase npm installation timeouts
This commit is contained in:
Stu Young
2018-09-12 14:27:14 -04:00
committed by GitHub

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.