Skip to content

Commit d5784c7

Browse files
MoLowtargos
authored andcommitted
test: fix flaky test-watch-mode-files_watcher
PR-URL: #46738 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 6f9cb98 commit d5784c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-watch-mode-files_watcher.mjs

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ describe('watch mode file watcher', () => {
104104
watcher.watchPath(tmpdir.path);
105105

106106
const changed = once(watcher, 'changed');
107+
await setTimeout(common.platformTimeout(100)); // avoid throttling
107108
writeFileSync(file, 'changed');
108109
await changed;
109110
assert.strictEqual(changesCount, 1);

0 commit comments

Comments
 (0)