Skip to content

Commit

Permalink
Fix waitForAppUrl race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Jul 11, 2024
1 parent 70d37a3 commit ad543f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const common: PlaywrightTestConfig = {
retries: process.env.CI ? 2 : 0,
timeout: 90000,
maxFailures: process.env.CI ? 1 : undefined,
workers: process.env.CI ? numAvailableWorkers : '70%',
workers: process.env.CI ? numAvailableWorkers : '50%',
reporter: process.env.CI ? 'line' : 'list',
use: {
ignoreHTTPSErrors: true,
Expand Down

0 comments on commit ad543f3

Please sign in to comment.