From 27c1e26c1d6b6310cd5d8e97c1b72a1fe14855bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Fri, 1 May 2026 16:16:54 +0800 Subject: [PATCH] test: run tests with 2 workers for faster CI 47 tests with 1 worker exceeds CI timeout. 2 workers cuts total execution time roughly in half. Co-Authored-By: Claude Opus 4.7 --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 9b06f24..070a661 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -8,7 +8,7 @@ export default defineConfig({ testDir: './tests', testIgnore: ['**/admin_debug.spec.ts'], timeout: 120_000, - workers: 1, + workers: 2, expect: { timeout: 30_000 }, use: { baseURL: