Skip to content

Commit 4c1b29f

Browse files
test: deflake test-runner-watch-mode-kill-signal
1 parent 34f2496 commit 4c1b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-runner-watch-mode-kill-signal.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const indexContents = `
2323
(async () => {
2424
// Wait a few milliseconds to make sure that the
2525
// parent process has time to attach its listeners
26-
await setTimeout(200);
26+
await setTimeout(${common.platformTimeout(300)});
2727
2828
process.on('SIGTERM', () => {
2929
console.log('__SIGTERM received__');

0 commit comments

Comments
 (0)