Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Oct 25, 2022
1 parent 76841e1 commit 8f94223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
testTimeout: 10000,
testTimeout: 30000,
},
})

0 comments on commit 8f94223

Please sign in to comment.