Skip to content

Commit

Permalink
test: set testTimeout 1000 * 29
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxiemeihao committed Oct 28, 2024
1 parent d9d993f commit 85adc0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export default defineConfig({
test: {
root: __dirname,
include: ['__tests__/**/*.{test,spec}.?(c|m)[jt]s?(x)'],
testTimeout: 1000 * 29,
},
})

0 comments on commit 85adc0f

Please sign in to comment.