playwright: Decrease number of workers
This lowers the number of workers from 4 to 2.
This commit is contained in:
parent
87c754fb45
commit
9962c60099
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ if (process.env.CURRENTS_PROJECT_ID && process.env.CURRENTS_RECORD_KEY) {
|
|||
export default defineConfig({
|
||||
testDir: 'playwright',
|
||||
fullyParallel: true,
|
||||
workers: 4,
|
||||
workers: 2,
|
||||
forbidOnly: !!process.env.CI,
|
||||
retries: process.env.CI ? 1 : 0,
|
||||
reporter: reporters,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue