Skip to content

Commit 6ddb821

Browse files
authored
Updated number of workers to 5
1 parent 7142b65 commit 6ddb821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default defineConfig({
2020
/* Retry on CI only */
2121
retries: process.env.CI ? 2 : 0,
2222
/* Opt out of parallel tests on CI. */
23-
workers: process.env.CI ? 1 : undefined,
23+
workers: 5,
2424
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
2525
reporter: 'list',
2626
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */

0 commit comments

Comments
 (0)