Skip to content

Commit

Permalink
chore: forceKillAfterTimeout: false,
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Dec 9, 2024
1 parent 3f1412a commit 2e4ec14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/testing/src/fixture.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ export class Fixture {
reject: false,
env: environment || {},
cwd,
forceKillAfterTimeout: false,
})
return { output: output || '', exitCode }
} finally {
Expand Down

0 comments on commit 2e4ec14

Please sign in to comment.