Skip to content

Commit 39488c4

Browse files
authored
Merge pull request #19544 from mozilla/chore/test-higher-worker-functional-tests
chore(functional-tests): Up playwright worker count in CI
2 parents 1ec88a3 + 78394df commit 39488c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functional-tests/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let maxFailures = 0;
2929

3030
if (CI) {
3131
// Overall maxFailures is dependent on the number of workers
32-
workers = 2;
32+
workers = 3;
3333
maxFailures = FAIL_FAST ? workers * 2 : 0;
3434
}
3535

0 commit comments

Comments
 (0)