[react-packager] bump watchman watch timeout to 10 seconds

This commit is contained in:
Amjad Masad 2015-04-21 10:59:29 -07:00
parent f91f7084ec
commit 2645ffb69a

View File

@ -26,7 +26,7 @@ var detectingWatcherClass = new Promise(function(resolve) {
module.exports = FileWatcher;
var MAX_WAIT_TIME = 3000;
var MAX_WAIT_TIME = 10000;
// Singleton
var fileWatcher = null;