-
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
Fix timeout value in std output #1807
Conversation
We were using the wrong timeout in the terminal output there.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1807 +/- ##
==========================================
- Coverage 87.62% 87.60% -0.02%
==========================================
Files 120 120
Lines 12217 12223 +6
Branches 1093 1093
==========================================
+ Hits 10705 10708 +3
- Misses 1123 1125 +2
- Partials 389 390 +1
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
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.
Thx!
@Mergifyio backport humble iron |
✅ Backports have been created
|
We were using the wrong timeout in the terminal output there. (cherry picked from commit cb91599) # Conflicts: # controller_manager/controller_manager/controller_manager_services.py
We were using the wrong timeout in the terminal output there. (cherry picked from commit cb91599) # Conflicts: # controller_manager/controller_manager/controller_manager_services.py
* Fix timeout value in std output (#1807) We were using the wrong timeout in the terminal output there. (cherry picked from commit cb91599) # Conflicts: # controller_manager/controller_manager/controller_manager_services.py * Update controller_manager_services.py --------- Co-authored-by: Felix Exner (fexner) <exner@fzi.de> Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
* Fix timeout value in std output (#1807) We were using the wrong timeout in the terminal output there. (cherry picked from commit cb91599) # Conflicts: # controller_manager/controller_manager/controller_manager_services.py * Update controller_manager_services.py --------- Co-authored-by: Felix Exner (fexner) <exner@fzi.de> Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
We were using the wrong timeout in the terminal output there.
As pointed out in #1501 (comment)
Thanks @tonynajjar for spotting this!