diff --git a/install/web.js b/install/web.js index d63db06ca3..8bfd416785 100644 --- a/install/web.js +++ b/install/web.js @@ -104,6 +104,7 @@ function welcome(req, res) { } function install(req, res) { + req.setTimeout(0); var setupEnvVars = _.assign({}, process.env); for (var i in req.body) { if (req.body.hasOwnProperty(i) && !process.env.hasOwnProperty(i)) {