From 3a409a7b1a416bf207809d02d4d4bbfa3f046402 Mon Sep 17 00:00:00 2001 From: Misha Kaletsky <15040698+mmkal@users.noreply.github.com> Date: Sun, 12 Oct 2025 11:18:42 +0100 Subject: [PATCH] bump test timeout? --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index f43c5d5d..af4b3da3 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -4,7 +4,7 @@ export default defineConfig({ test: { globals: true, environment: 'node', - testTimeout: 10_000, + testTimeout: 30_000, coverage: { include: ['src/**'], },