mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Merge pull request #32076 from wojtek-t/fix_density_test
Fix density test
This commit is contained in:
commit
ab0b937c2e
@ -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