Skip to content

Commit

Permalink
chore: Increase test timeout (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored Jun 27, 2024
1 parent db4aaaa commit d2160c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts → vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
test: {
environment: 'node',
globalSetup: './test/utils/global-setup.ts',
testTimeout: 15000,
testTimeout: 60000,
poolOptions: {
threads: {
minThreads: 1,
Expand Down

0 comments on commit d2160c1

Please sign in to comment.