From 60dec383a8c0acc98c91768bfae6ae50de69eed3 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 12 Sep 2014 14:30:54 -0700 Subject: [PATCH] Lowered the wait time. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }); }