Closed jacobweinstock closed 1 year ago
Patch coverage: 80.48
% and project coverage change: +0.06
:tada:
Comparison is base (
4d46ab2
) 43.52% compared to head (d034c23
) 43.59%.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
@jacobweinstock I'll let this merge in for now and the README update can be a separate PR.
What does this PR implement/change/remove?
This expands the timeout for opening connections to all method/BMC interactions.
If a context with a timeout IS provided to a method call but no per provider timeout is defined, then we default to a timeout of the provided timeout duration divided by the number of providers/drivers in the Client.Registry.Drivers slice.
If a context with a timeout IS NOT provided to a method call and no per provider timeout is defined, then we use the defaultConnectTimeout of 30 seconds.
Checklist
The HW vendor this change applies to (if applicable)
The HW model number, product name this change applies to (if applicable)
The BMC firmware and/or BIOS versions that this change applies to (if applicable)
What version of tooling - vendor specific or opensource does this change depend on (if applicable)
Description for changelog/release notes