-
Notifications
You must be signed in to change notification settings - Fork 27
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
⚗️ Increases timeout of rpc calls #6326
⚗️ Increases timeout of rpc calls #6326
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6326 +/- ##
=========================================
+ Coverage 84.5% 87.9% +3.3%
=========================================
Files 10 1164 +1154
Lines 214 51192 +50978
Branches 25 925 +900
=========================================
+ Hits 181 45014 +44833
- Misses 23 6007 +5984
- Partials 10 171 +161
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
you might want a ENV variable at some point
Quality Gate passedIssues Measures |
What do these changes do?
Increases timeout of some critical rpc calls until finding out what is slowing down these calls (feedback @mguidon)
Related issue/s
How to test
In place
Dev-ops checklist
None