mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Fix density test
This commit is contained in:
parent
921ab5070f
commit
8c1b80c6d5
@ -3367,7 +3367,7 @@ func DeleteRCAndWaitForGC(c *client.Client, ns, name string) error {
|
||||
if rc.Spec.Replicas < 5000 {
|
||||
timeout = 10 * time.Minute
|
||||
} else {
|
||||
timeout = time.Duration(rc.Spec.Replicas / gcThroughput)
|
||||
timeout = time.Duration(rc.Spec.Replicas / gcThroughput) * time.Second
|
||||
}
|
||||
err = waitForPodsInactive(ps, interval, timeout)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user