-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix: increase request timeout #2826
Conversation
Your org requires the Graphite merge queue for merging into mainAdd the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @agatha197 and the rest of your teammates on Graphite |
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.
LGTM
fac73b1
to
ee59f50
Compare
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 4.82% | 349/7244 |
🔴 | Branches | 4.41% | 220/4991 |
🔴 | Functions | 2.8% | 67/2389 |
🔴 | Lines | 4.71% | 334/7085 |
Test suite run success
96 tests passing in 12 suites.
Report generated by 🧪jest coverage report action from d286c90
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.
LGTM
Merge activity
|
resolves #2825 Increases the default request timeout duration from 10-20 seconds to a consistent 30 seconds across all session and folder operations to prevent timeouts during high-latency conditions. **Checklist:** - [x] Mention to the original issue - [ ] Documentation - [ ] Minium required manager version - [ ] Specific setting for review (eg., KB link, endpoint or how to setup) - [ ] Minimum requirements to check during review - [ ] Test case(s) to demonstrate the difference of before/after
ee59f50
to
d286c90
Compare
resolves #2825
Increases the default request timeout duration from 10-20 seconds to a consistent 30 seconds across all session and folder operations to prevent timeouts during high-latency conditions.
Checklist: