Skip to content

Commit

Permalink
Fix vitest failed to terminate worker
Browse files Browse the repository at this point in the history
  • Loading branch information
zencephalon committed Feb 15, 2024
1 parent c416e38 commit 7374a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ export default defineConfig({
globalSetup: ['./src/_test/globalSetup.ts'],
setupFiles: ['./src/_test/setup.ts'],
testTimeout: 100_000,
pool: 'forks',
},
})

0 comments on commit 7374a11

Please sign in to comment.