mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
Increase timeout for waiting for RC in load test
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user