mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-23 02:18:47 -04:00
ImagePullTest was using wait.PollUntilContextCancel which has no timeout, causing tests to hang for hours when the expected container state is never reached (e.g., ErrImageNeverPull). Changed to wait.PollUntilContextTimeout with ContainerStatusRetryTimeout (5 minutes), matching the pattern used by other tests in the same file. Signed-off-by: Davanum Srinivas <davanum@gmail.com> |
||
|---|---|---|
| .. | ||
| apimachinery | ||
| network | ||
| node | ||
| storage | ||
| imports.go | ||
| OWNERS | ||
| util.go | ||