We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d37a3 commit ad543f3Copy full SHA for ad543f3
integration/playwright.config.ts
@@ -18,7 +18,7 @@ export const common: PlaywrightTestConfig = {
18
retries: process.env.CI ? 2 : 0,
19
timeout: 90000,
20
maxFailures: process.env.CI ? 1 : undefined,
21
- workers: process.env.CI ? numAvailableWorkers : '70%',
+ workers: process.env.CI ? numAvailableWorkers : '50%',
22
reporter: process.env.CI ? 'line' : 'list',
23
use: {
24
ignoreHTTPSErrors: true,
0 commit comments