Increase timeout for waiting for RC in load test

This commit is contained in:
Wojciech Tyczynski
2015-06-25 12:11:01 +02:00
parent 91fc1af928
commit c151f6bc1f
2 changed files with 7 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ func generateRCConfigsForGroup(c *client.Client, ns, groupName string, size, cou
Client: c,
Name: groupName + "-" + strconv.Itoa(i),
Namespace: ns,
Timeout: 10 * time.Minute,
Image: image,
Replicas: size,
}