Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jan 19, 2025
1 parent ea8db76 commit 61741f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
testTimeout: 30_000,
},
server: {
watch: {
ignored: [
Expand Down

0 comments on commit 61741f4

Please sign in to comment.