Skip to content

Commit 5a576c8

Browse files
committed
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)