mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[ReactNative] Bump watchman timeout to 25s
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user