Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 15, 2024
1 parent b6cc11c commit 0f089d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";

export default defineConfig({
test: {
testTimeout: 10_000,
testTimeout: 30_000,
coverage: {
reporter: ["text", "clover", "json"],
},
Expand Down

0 comments on commit 0f089d3

Please sign in to comment.