From 108df323f94f8e7d239927c30e91f04cbb1c3a20 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: {