-
Notifications
You must be signed in to change notification settings - Fork 303
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 service call timeout argument in spawner #1808
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Angsa Deployment Team <team@angsa-robotics.com>
Signed-off-by: Angsa Deployment Team <team@angsa-robotics.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1808 +/- ##
=======================================
Coverage 88.23% 88.23%
=======================================
Files 121 121
Lines 12317 12319 +2
Branches 1095 1095
=======================================
+ Hits 10868 10870 +2
Misses 1055 1055
Partials 394 394
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.
LGTM, but please rebase/merge on master and update the release_notes and docs as I've done in this PR.
Done. I believe CI is failing not because of this PR |
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
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, thanks for the follow-up!
This PR exposes the call_timeout of the spawner to be optionally set by the user