зеркало из https://github.com/mozilla/fxa.git
Merge pull request #14332 from mozilla/increase-workers
fix(tests): Increase playwright ci worker to 4
This commit is contained in:
Коммит
cb8f72fd32
|
@ -64,7 +64,7 @@ const config: PlaywrightTestConfig<TestOptions, WorkerOptions> = {
|
|||
],
|
||||
]
|
||||
: 'list',
|
||||
workers: CI ? 2 : undefined,
|
||||
workers: CI ? 4 : undefined,
|
||||
maxFailures: CI ? 2 : 0,
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче