Re-enabled load e2e test for Jenkins scalability suite

Also increased next pod startup waiting time from 100s to 200s
to eliminate flakiness by incresing failCount param.
This commit is contained in:
Piotr Szczesniak
2015-05-25 10:38:22 +02:00
parent 5520386b18
commit a2116f2bc1
2 changed files with 11 additions and 2 deletions

View File

@@ -743,7 +743,7 @@ func RunRC(c *client.Client, name string, ns, image string, replicas int) error
By(fmt.Sprintf("%v Waiting for all %d replicas to be running with a max container failures of %d", time.Now(), replicas, maxContainerFailures))
same = 0
last = 0
failCount = 10
failCount = 20
current = 0
oldPods := &api.PodList{}
for same < failCount && current < replicas {