Skip to content

Commit

Permalink
test: double hook timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvieirasilva committed Aug 9, 2024
1 parent ad3b2ea commit 7f4d117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/data-migration/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default defineConfig({
include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
setupFiles: ['../../tests/setup.ts'],
reporters: ['default'],
hookTimeout: 20000,
coverage: {
enabled: true,
reporter: [
Expand Down

0 comments on commit 7f4d117

Please sign in to comment.