Skip to content

Commit

Permalink
Fix randomly failing test (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored May 30, 2021
1 parent 427c5c2 commit 0d939f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/detach
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

const execa = require('../..');

const subprocess = execa('node', ['./test/fixtures/noop'], {detached: true});
const subprocess = execa('node', ['./test/fixtures/forever'], {detached: true});
console.log(subprocess.pid);
process.exit();

0 comments on commit 0d939f3

Please sign in to comment.