mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 18:54:06 +00:00
Merge pull request #9179 from piosz/load_generator
Increased failCount param in RunRC function for e2e tests.
This commit is contained in:
commit
7e5019feb2
@ -797,7 +797,7 @@ func RunRC(c *client.Client, name string, ns, image string, replicas int) error
|
||||
defer podStore.Stop()
|
||||
pods := podStore.List()
|
||||
current = len(pods)
|
||||
failCount := 5
|
||||
failCount := 24
|
||||
for same < failCount && current < replicas {
|
||||
Logf("%v Controller %s: Found %d pods out of %d", time.Now(), name, current, replicas)
|
||||
if last < current {
|
||||
|
Loading…
Reference in New Issue
Block a user