Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Nov 11, 2023
1 parent d1d3a96 commit 6a9cbdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vitest.config.mts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig } from 'vitest/config'

export default defineConfig({
test: {
hookTimeout: process.env.CI ? 60_000 : 120_000,
testTimeout: process.env.CI ? 300_000 : 600_000,
},
test: {
hookTimeout: process.env.CI ? 60_000 : 120_000,
testTimeout: process.env.CI ? 300_000 : 600_000,
},
})

0 comments on commit 6a9cbdc

Please sign in to comment.