Skip to content

Commit

Permalink
test: fix waiter in test
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Jan 24, 2025
1 parent e3a62ea commit 61b18d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.mts
Original file line number Diff line number Diff line change
Expand Up @@ -1424,7 +1424,7 @@ const runTests = (baseopts: chokidar.ChokidarOptions) => {
});
options2.cwd = dpath('subdir');
const watcher = cwatch(gpath('.'), options);
const watcherEvents = waitForEvents(watcher, 3);
const watcherEvents = waitForEvents(watcher, 5);
const spy1 = await aspy(watcher, EV.ALL);

await delay();
Expand Down

0 comments on commit 61b18d8

Please sign in to comment.