mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +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>