[ReactNative] Bump watchman timeout to 25s

This commit is contained in:
Alex Kotliarskyi
2015-04-27 19:33:01 -07:00
parent b94610887c
commit 282a2071ad

View File

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