Lowered the wait time.

This commit is contained in:
Sean Li 2014-09-12 14:30:54 -07:00
parent 7669b3c08b
commit 60dec383a8
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ var start = function (callback) {
} }
setTimeout(function () { setTimeout(function () {
callback(rootURL, nodeChild, mongoChild); callback(rootURL, nodeChild, mongoChild);
}, 300); }, 100);
} }
}); });
} }