diff --git a/playwright.electron.config.ts b/playwright.electron.config.ts index 2dae6d8bb..ae36b4c55 100644 --- a/playwright.electron.config.ts +++ b/playwright.electron.config.ts @@ -13,7 +13,7 @@ export default defineConfig({ /* Do not retry */ retries: 0, /* Different amount of parallelism on CI and local. */ - workers: 1, + workers: 4, /* Reporter to use. See https://playwright.dev/docs/test-reporters */ reporter: [ ['dot'],