Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5784c7

Browse filesBrowse 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
Copy full SHA for d5784c7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-watch-mode-files_watcher.mjs
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.