[ReactNative] Bump watchman timeout to 25s

This commit is contained in:
Alex Kotliarskyi 2015-04-27 19:33:01 -07:00
parent 876f1084af
commit fca69ad9d5
1 changed files with 1 additions and 1 deletions

View File

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