Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Needed a longer timeout on my system for the test to pass
  • Loading branch information
es128 committed Nov 18, 2015
1 parent 2369bdb commit 9305c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var CHANGE_FILE = 'dir/change';

// Time to wait for different tasks
var TIMEOUT_WATCH_READY = 1000;
var TIMEOUT_CHANGE_DETECTED = 500;
var TIMEOUT_CHANGE_DETECTED = 700;

// Abs path to test directory
var testDir = path.resolve(__dirname);
Expand Down

0 comments on commit 9305c66

Please sign in to comment.