Skip to content

Commit

Permalink
fixup! test: fix flaky test-child-process-exec-abortcontroller-promis…
Browse files Browse the repository at this point in the history
…ified
  • Loading branch information
aduh95 committed Mar 2, 2021
1 parent 015a0c3 commit 5a576c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const invalidArgTypeError = {

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

{
const ac = new AbortController();
Expand Down

0 comments on commit 5a576c8

Please sign in to comment.