Skip to content

Commit 0d939f3

Browse files
authored
Fix randomly failing test (#464)
1 parent 427c5c2 commit 0d939f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures/detach

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

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

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

0 commit comments

Comments
 (0)