Skip to content

Commit ad543f3

Browse files
committed
Fix waitForAppUrl race condition
1 parent 70d37a3 commit ad543f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const common: PlaywrightTestConfig = {
1818
retries: process.env.CI ? 2 : 0,
1919
timeout: 90000,
2020
maxFailures: process.env.CI ? 1 : undefined,
21-
workers: process.env.CI ? numAvailableWorkers : '70%',
21+
workers: process.env.CI ? numAvailableWorkers : '50%',
2222
reporter: process.env.CI ? 'line' : 'list',
2323
use: {
2424
ignoreHTTPSErrors: true,

0 commit comments

Comments
 (0)