We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1b8df commit 4fc7eabCopy full SHA for 4fc7eab
1 file changed
.buildkite/steps/playwright_vrt.ts
@@ -21,7 +21,7 @@ export const playwrightVrtStep = createStep<CustomGroupStep>(() => {
21
...commandStepDefaults,
22
label: ':playwright: Playwright e2e VRT',
23
skip,
24
- parallelism: 10,
+ parallelism: 5,
25
retry: {
26
automatic: [
27
{
0 commit comments