Skip to content

Commit

Permalink
ci: increase timeouts to 1m
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 26, 2024
1 parent 794462a commit 8e7252d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
globals: true,
testTimeout: 30000,
hookTimeout: 30000,
testTimeout: 60000,
hookTimeout: 60000,
},
})

0 comments on commit 8e7252d

Please sign in to comment.