Skip to content

Commit

Permalink
Timed delay for all modes here
Browse files Browse the repository at this point in the history
observed false negatives on fsevents mode probably caused by not enough
delay after prior test
  • Loading branch information
es128 committed Mar 3, 2015
1 parent b8ef7d5 commit 8978290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ function runTests(options) {
});
it('should ignore add events on a subsequent .add()', function(done) {
var spy = sinon.spy();
d(function() {
dd(function() {
watcher = chokidar.watch(getFixturePath('subdir'), options)
.on('add', spy)
.on('ready', function() {
Expand Down

0 comments on commit 8978290

Please sign in to comment.