From 7e847640ad9dba980e3b3055ce96eb54cf63efa7 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Wed, 22 Apr 2026 15:24:28 +0300 Subject: [PATCH] test: add timeout to fail the test instead of OOM --- vitest.config.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.component.ts b/vitest.config.component.ts index 47afafd..bc26ea5 100644 --- a/vitest.config.component.ts +++ b/vitest.config.component.ts @@ -12,6 +12,7 @@ export default defineConfig({ restoreMocks: true, setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'], globals: true, + testTimeout: 15000, }, resolve: {