[react-packager] bump watchman watch timeout to 10 seconds
This commit is contained in:
parent
f1351a4040
commit
c46c4a0ad4
|
@ -26,7 +26,7 @@ var detectingWatcherClass = new Promise(function(resolve) {
|
||||||
|
|
||||||
module.exports = FileWatcher;
|
module.exports = FileWatcher;
|
||||||
|
|
||||||
var MAX_WAIT_TIME = 3000;
|
var MAX_WAIT_TIME = 10000;
|
||||||
|
|
||||||
// Singleton
|
// Singleton
|
||||||
var fileWatcher = null;
|
var fileWatcher = null;
|
||||||
|
|
Loading…
Reference in New Issue