Skip to content

Commit

Permalink
test: increase global timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
skarab42 committed Mar 12, 2023
1 parent e7a1289 commit e5dc5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Expand Up @@ -4,7 +4,7 @@ export default defineConfig({
test: {
include: ['test/**/*.test.ts'],
exclude: ['test/fixtures/**/*'],
testTimeout: 60000,
testTimeout: 300000,
maxConcurrency: 20,
minThreads: 10,
maxThreads: 20
Expand Down

0 comments on commit e5dc5d5

Please sign in to comment.