Skip to content

Update playwright.config.ts to set retries to 0 #1203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

joshblack
Copy link
Member

Update our playwright setup so that the number of retries is 0. This will reduce the total time it takes a failing job to finish by up to 3x (one attempt plus two retries). The cost of this is that a job may fail if there is some flakiness that would be fixed by a retry.

@joshblack joshblack requested review from a team as code owners March 27, 2025 20:02
@joshblack joshblack requested a review from jonrohan March 27, 2025 20:02
Copy link

changeset-bot bot commented Mar 27, 2025

⚠️ No Changeset found

Latest commit: b120037

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@langermank langermank added the skip changeset Apply to PRs that should not result in a version bump. label Mar 27, 2025
Copy link
Contributor

@langermank langermank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@github-actions github-actions bot temporarily deployed to Preview (Storybook) March 27, 2025 20:04 Inactive
@langermank langermank merged commit 522b80e into main Mar 27, 2025
31 of 32 checks passed
@langermank langermank deleted the joshblack-patch-1 branch March 27, 2025 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset Apply to PRs that should not result in a version bump.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants