Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5a576c8

Browse files
committedMar 2, 2021
fixup! test: fix flaky test-child-process-exec-abortcontroller-promisified
1 parent 015a0c3 commit 5a576c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/parallel/test-child-process-exec-abortcontroller-promisified.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const invalidArgTypeError = {
1212

1313
const waitCommand = common.isLinux ?
1414
'sleep 2m' :
15-
'node -e "setInterval(()=>{}, 99)"';
15+
`${process.execPath} -e "setInterval(()=>{}, 99)"`;
1616

1717
{
1818
const ac = new AbortController();

0 commit comments

Comments
 (0)
Please sign in to comment.