Skip to content

Commit

Permalink
test: fix logInTimeout is not function
Browse files Browse the repository at this point in the history
PR-URL: #46348
Refs: #44390
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
theanarkh authored and juanarbol committed Mar 3, 2023
1 parent e7d5d43 commit 81465d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-child-process-exec-timeout-kill.js
Expand Up @@ -8,13 +8,13 @@ const cp = require('child_process');

const {
cleanupStaleProcess,
logInTimeout,
logAfterTime,
kExpiringChildRunTime,
kExpiringParentTimer,
} = require('../common/child_process');

if (process.argv[2] === 'child') {
logInTimeout(kExpiringChildRunTime);
logAfterTime(kExpiringChildRunTime);
return;
}

Expand Down

0 comments on commit 81465d6

Please sign in to comment.