fix: revert increasing playwright worker count (#5906)

* fix: revert increasing playwright worker count
This commit is contained in:
Bijin A B
2025-10-27 22:54:54 +05:30
committed by GitHub
parent 6fd2b8be6d
commit 4fbe371eb0

View File

@@ -10,7 +10,7 @@ export default defineConfig({
fullyParallel: false,
forbidOnly: !!process.env.CI,
retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? undefined : 3,
workers: process.env.CI ? undefined : 1,
reporter,
use: {