From 81921abfd49844d17243e0b979ade7c14140829d Mon Sep 17 00:00:00 2001 From: iliya Date: Wed, 25 Mar 2026 13:59:17 +0200 Subject: [PATCH] fix: increase global test timeout for CI environments Cherry-picked from upstream ad25f0f5 --- vitest.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vitest.config.ts b/vitest.config.ts index 902129c6..6d1ad570 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -5,6 +5,7 @@ export default defineConfig({ test: { globals: true, environment: 'happy-dom', + testTimeout: 15000, setupFiles: ['./test/setup.ts'], include: ['test/**/*.test.ts'], coverage: {