mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-22 09:40:07 +00:00
It was using a hardcoded timeout of 1 minute, as opposed to framework.PodStartTimeout, which is 5 minutes, which is likely the cause of some recent flakes. Also, use a helper function.