Skip to content

Commit

Permalink
Increase vitest teardown timeout and use atomics
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Jun 13, 2023
1 parent 8b1b028 commit ed13aa4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ export default defineConfig({
test: {
testTimeout: 30_000,
hookTimeout: 30_000,
teardownTimeout: 30_000,
useAtomics: true,
},
});

0 comments on commit ed13aa4

Please sign in to comment.