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

Lines changed: 1 addition & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy