Skip to content

Commit 4fc7eab

Browse files
authored
ci: reduce overly sharded playwright tests (#2835)
1 parent 2d1b8df commit 4fc7eab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.buildkite/steps/playwright_vrt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const playwrightVrtStep = createStep<CustomGroupStep>(() => {
2121
...commandStepDefaults,
2222
label: ':playwright: Playwright e2e VRT',
2323
skip,
24-
parallelism: 10,
24+
parallelism: 5,
2525
retry: {
2626
automatic: [
2727
{

0 commit comments

Comments
 (0)