Merge pull request #18921 from edx/estute/bump-npm-installation-timeouts
increase npm installation timeouts
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user