diff --git a/playwright.config.ts b/playwright.config.ts index 0d8c2beda..e990c3558 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -4,7 +4,7 @@ const config: PlaywrightTestConfig = { timeout: 120000, reportSlowTests: null, reporter: [['html', { open: 'never' }]], - retries: 1, + retries: 3, use: { baseURL: 'http://localhost:4173/console/', trace: 'on-first-retry'