mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
fix: revert increasing playwright worker count (#5906)
* fix: revert increasing playwright worker count
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user