Skip to content

Commit ad55bbb

Browse files
use common.platformTiemout
1 parent c5a80bf commit ad55bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-repl-import-referrer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ child.on('exit', common.mustCall(() => {
3232
setTimeout(() => {
3333
child.stdin.write('await import(\'./message.mjs\');\n');
3434
child.stdin.write('.exit');
35-
}, 250);
35+
}, common.platformTimeout(250));

0 commit comments

Comments
 (0)