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 <noreply@anthropic.com>
This commit is contained in:
2026-05-01 16:16:54 +08:00
parent 2f73bea4b6
commit 27c1e26c1d
+1 -1
View File
@@ -8,7 +8,7 @@ export default defineConfig({
testDir: './tests', testDir: './tests',
testIgnore: ['**/admin_debug.spec.ts'], testIgnore: ['**/admin_debug.spec.ts'],
timeout: 120_000, timeout: 120_000,
workers: 1, workers: 2,
expect: { timeout: 30_000 }, expect: { timeout: 30_000 },
use: { use: {
baseURL: baseURL: