mirror of
https://github.com/status-im/metro.git
synced 2025-03-02 03:30:53 +00:00
[ReactNative] Bump watchman timeout to 25s
This commit is contained in:
parent
876f1084af
commit
fca69ad9d5
2
react-packager/src/FileWatcher/index.js
vendored
2
react-packager/src/FileWatcher/index.js
vendored
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user