test: add timeout to fail the test instead of OOM

This commit is contained in:
Ilia Mashkov
2026-04-22 15:24:28 +03:00
parent 2803bcd22c
commit 108df323f9
+1
View File
@@ -12,6 +12,7 @@ export default defineConfig({
restoreMocks: true,
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
globals: true,
testTimeout: 15000,
},
resolve: {