Skip to content

Commit

Permalink
Increase retries for nightly tests to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanne committed Jan 30, 2025
1 parent bd01f0d commit dcdf564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/dito/tests/playwright-nightly.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
1 change: 1 addition & 0 deletions packages/tool-finder/tests/playwright-nightly.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit dcdf564

Please sign in to comment.