Skip to content

Commit

Permalink
test: increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jan 30, 2025
1 parent b64fa82 commit 7f685dd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export { config as default } from "@schoero/configs/vite";
import { config } from "@schoero/configs/vite";

import type { UserConfig } from "vitest/node";


export default {
...config,
testTimeout: 10_000
} satisfies UserConfig;

0 comments on commit 7f685dd

Please sign in to comment.