-
Notifications
You must be signed in to change notification settings - Fork 5k
increase docker client timeout for robot case #21994
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
increase docker client timeout for robot case #21994
Conversation
Signed-off-by: my036811 <[email protected]>
|
@MinerYang is there an issue regarding this PR? any particular need for that change ? we need to provide some information |
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #21994 +/- ##
==========================================
+ Coverage 45.36% 46.48% +1.11%
==========================================
Files 244 253 +9
Lines 13333 14238 +905
Branches 2719 2925 +206
==========================================
+ Hits 6049 6618 +569
- Misses 6983 7267 +284
- Partials 301 353 +52
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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.
Pull Request Overview
This PR increases the Docker API client's timeout setting to 120 seconds to support robot test cases in Harbor.
- Updated the timeout on the Docker APIClient initialization from 30 to 120 seconds.
Co-authored-by: Copilot <[email protected]> Signed-off-by: miner <[email protected]>
Hi @OrlinVasilev, Thanks for the comment and This is not a functionality change and only for improving the test case when there's some network stability issue in some circumstance. I would add inline comments in the code. |
* increase docker client timeout for robot case Signed-off-by: my036811 <[email protected]> Signed-off-by: miner <[email protected]>
* increase docker client timeout for robot case Signed-off-by: my036811 <[email protected]> Signed-off-by: miner <[email protected]>
Thank you for contributing to Harbor!
Comprehensive Summary of your change
Issue being fixed
Fixes #(issue)
Please indicate you've done the following: