Skip to content

Commit

Permalink
[ReactNative] Bump watchman timeout to 25s
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed Apr 28, 2015
1 parent b946108 commit 282a207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/react-packager/src/FileWatcher/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 282a207

Please sign in to comment.