Skip to content

Commit

Permalink
increase delay time
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchuan committed Aug 10, 2019
1 parent 94cd0e9 commit 9e8e37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ describe('parameters', function() {
];

var changes = [];
watcher = watch(fpaths, { delay: 50, recursive: true }, function(evt, name) {
watcher = watch(fpaths, { delay: 100, recursive: true }, function(evt, name) {
changes.push(name);
});

Expand All @@ -543,7 +543,7 @@ describe('parameters', function() {
[tree.getPath(file1), tree.getPath(file2)]
);
done();
}, 150);
}, 200);
});
});
});
Expand Down

0 comments on commit 9e8e37a

Please sign in to comment.