mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-28 21:04:03 +00:00
Increase the current timeout of 1 minute for waiting for all pods to be deleted to avoid flakiness. To avoiding hardcoding a timeout, use the built in framework's `PodDelete` timeout which defaults to 5 minutes. While we are in here, also change `framework.PodStartTimeout` to use `f.Timeouts.PodStart` since `framework.PodStartTimeouts` are marked as deprecated. Signed-off-by: David Porter <david@porter.me>