test: add timeout to fail the test instead of OOM
Workflow / publish (push) Has been cancelled
Workflow / build (push) Has been cancelled

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