Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase connect-timeout in benchmark tests
Currently, while using subctl benchmark tests, the client pod is using a connect-timeout of 10ms which is too low. It was working fine in KIND Clusters as the latency between the clusters is generally less, but in an OnPrem vs Public cluster environments the benchmark tests it was creating issues. This PR fixes the issue by increasing the connect-timeout value to 10 secs. Signed-Off-by: Sridhar Gaddam <[email protected]> (cherry picked from commit 3a6730c)
- Loading branch information