Skip to content

Commit

Permalink
chore: increase timeout in config test
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Mar 20, 2023
1 parent 0e03935 commit c1759ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/config/vitest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
testTimeout: 60_000,
},
})

0 comments on commit c1759ba

Please sign in to comment.