Skip to content

Commit b894899

Browse files
MoLowdanielleadams
authored andcommitted
test: fix flaky test-watch-mode-files_watcher
PR-URL: #46738 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Debadree Chatterjee <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 23c1e2f commit b894899

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)