From 333fa41247488df36191fa37b604903df5512341 Mon Sep 17 00:00:00 2001 From: Kazuki Yamada Date: Mon, 5 May 2025 18:03:02 +0900 Subject: [PATCH] chore(vitest): Remove redundant testTimeout declaration --- vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.ts b/vitest.config.ts index 507f862..52d811a 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -11,5 +11,6 @@ export default defineConfig({ reporter: ['text', 'json', 'html'], }, watch: false, + testTimeout: 15000, }, });