Skip to content

Commit ed3fb52

Browse files
theanarkhjuanarbol
authored andcommitted
test: fix logInTimeout is not function
PR-URL: #46348 Refs: #44390 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent d05b077 commit ed3fb52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/parallel/test-child-process-exec-timeout-kill.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ const cp = require('child_process');
88

99
const {
1010
cleanupStaleProcess,
11-
logInTimeout,
11+
logAfterTime,
1212
kExpiringChildRunTime,
1313
kExpiringParentTimer,
1414
} = require('../common/child_process');
1515

1616
if (process.argv[2] === 'child') {
17-
logInTimeout(kExpiringChildRunTime);
17+
logAfterTime(kExpiringChildRunTime);
1818
return;
1919
}
2020

0 commit comments

Comments
 (0)