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 d5d837b

Browse filesBrowse files
theanarkhruyadorno
authored andcommitted
test: fix logInTimeout is not function
PR-URL: #46348 Refs: #44390 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent a1d7954 commit d5d837b
Copy full SHA for d5d837b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-child-process-exec-timeout-kill.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.