Skip to content

Commit 78394df

Browse files
committed
chore(functional-tests): Up playwright worker count in CI
Because: - We have significant overhead available in the XL CI containers for PW This Commit: - Ups the concurrent worker count from 2 -> 3 for playwright in CI
1 parent 78278c3 commit 78394df

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)