diff --git a/index.js b/index.js index ea579cd65b..fe1c7ad070 100644 --- a/index.js +++ b/index.js @@ -91,7 +91,7 @@ var start = function (callback) { } setTimeout(function () { callback(rootURL, nodeChild, mongoChild); - }, 300); + }, 100); } }); }