-
Notifications
You must be signed in to change notification settings - Fork 57
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
deflake web tests #307
deflake web tests #307
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
TBDocs Report ✅ No errors or warnings @web5/api
Updated @ 2023-11-23T10:00:09.588Z - Commit: |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #307 +/- ##
==========================================
- Coverage 90.80% 90.80% -0.01%
==========================================
Files 74 74
Lines 14072 14090 +18
Branches 1387 1390 +3
==========================================
+ Hits 12778 12794 +16
- Misses 1269 1270 +1
- Partials 25 26 +1
|
env: | ||
HOMEBREW_NO_AUTO_UPDATE: 1 | ||
HOMEBREW_NO_INSTALL_CLEANUP: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious what the motivation is behind adding this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a well known mac optimization for CI. Without employing various optimizations like this mac CI envs take between 2x-5x amount of time to run CI jobs
deflake web tests. bump some timeouts and add retry.