-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add timeout for SDK waiter operations #253
Add timeout for SDK waiter operations #253
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #253 +/- ##
==========================================
- Coverage 23.61% 23.38% -0.23%
==========================================
Files 19 20 +1
Lines 4731 4781 +50
==========================================
+ Hits 1117 1118 +1
- Misses 3455 3504 +49
Partials 159 159 ☔ View full report in Codecov by Sentry. |
8b9c0d9
to
51917b8
Compare
a9d427b
to
b071a04
Compare
b071a04
to
c183286
Compare
Closes #246. Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
c183286
to
cd5da44
Compare
cd5da44
to
9771aa1
Compare
Tests need to be updated. |
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
Signed-off-by: Evgenii Baidakov <evgenii@nspcc.io>
15ab197
to
53dde94
Compare
Updated tests |
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.
OK, at this stage it's either one non-universally-valid response or another. Internal server error is a tiny bit safer in general, so let it be this way for now.
Closes #246.