diff --git a/packages/dito/tests/playwright-nightly.config.ts b/packages/dito/tests/playwright-nightly.config.ts index 60112d41..f79875d4 100644 --- a/packages/dito/tests/playwright-nightly.config.ts +++ b/packages/dito/tests/playwright-nightly.config.ts @@ -14,6 +14,7 @@ const config: PlaywrightTestConfig = { fullyParallel: false, workers: 1, projects: allProjects, + retries: 3, // retry more often to allow flaky tests to succeed }; export default config; diff --git a/packages/tool-finder/tests/playwright-nightly.config.ts b/packages/tool-finder/tests/playwright-nightly.config.ts index 60112d41..f79875d4 100644 --- a/packages/tool-finder/tests/playwright-nightly.config.ts +++ b/packages/tool-finder/tests/playwright-nightly.config.ts @@ -14,6 +14,7 @@ const config: PlaywrightTestConfig = { fullyParallel: false, workers: 1, projects: allProjects, + retries: 3, // retry more often to allow flaky tests to succeed }; export default config;