We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1a62 commit 2bc8b12Copy full SHA for 2bc8b12
zeppelin-web-angular/playwright.config.js
@@ -20,7 +20,7 @@ module.exports = defineConfig({
20
fullyParallel: true,
21
forbidOnly: !!process.env.CI,
22
retries: process.env.CI ? 2 : 0,
23
- workers: 4,
+ workers: process.env.CI ? 2 : 4,
24
timeout: 120000,
25
expect: {
26
timeout: 60000
0 commit comments