Skip to content

Commit

Permalink
update testTimeout from 5 seconds to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-priel committed Nov 21, 2023
1 parent 4a4e614 commit fd208dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineConfig({
reportsDirectory: './coverage/vitest',
exclude: ['**/node_modules/**', '**/tests/**', '**/__mocks__/**'],
},
testTimeout: 10000,
},
build: {
/** If you set esmExternals to true, this plugins assumes that
Expand Down

0 comments on commit fd208dd

Please sign in to comment.