mirror of https://github.com/status-im/metro.git
[ReactNative] Bump watchman timeout to 25s
This commit is contained in:
parent
876f1084af
commit
fca69ad9d5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue