mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
[react-packager] bump watchman watch timeout to 10 seconds
This commit is contained in:
@@ -26,7 +26,7 @@ var detectingWatcherClass = new Promise(function(resolve) {
|
||||
|
||||
module.exports = FileWatcher;
|
||||
|
||||
var MAX_WAIT_TIME = 3000;
|
||||
var MAX_WAIT_TIME = 10000;
|
||||
|
||||
// Singleton
|
||||
var fileWatcher = null;
|
||||
|
||||
Reference in New Issue
Block a user