mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Add maxTries logging statement, otherwise the numbers are really hard to interpret
This commit is contained in:
parent
56e2adbd79
commit
9ecf96cb46
@ -681,6 +681,7 @@ func (config *NetworkingTestConfig) setupCore(selector map[string]string) {
|
||||
|
||||
epCount := len(config.EndpointPods)
|
||||
config.MaxTries = epCount*epCount + testTries
|
||||
framework.Logf("Setting MaxTries for pod polling to %v for networking test based on endpoint count %v", config.MaxTries, epCount)
|
||||
}
|
||||
|
||||
// setup includes setupCore and also sets up services
|
||||
|
Loading…
Reference in New Issue
Block a user