File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,10 @@ const (
54
54
podScheduledBeforeTimeout = podListTimeout + (20 * time .Second )
55
55
56
56
// podStartTimeout is how long to wait for the pod to be started.
57
- // Initial pod start can be delayed O(minutes) by slow docker pulls.
58
- // TODO: Make this 30 seconds once #4566 is resolved.
59
57
podStartTimeout = 5 * time .Minute
60
58
61
59
// poll is how often to poll pods, nodes and claims.
62
- poll = 2 * time .Second
63
- pollShortTimeout = 1 * time .Minute
64
- pollLongTimeout = 5 * time .Minute
60
+ poll = 2 * time .Second
65
61
66
62
// singleCallTimeout is how long to try single API calls (like 'get' or 'list'). Used to prevent
67
63
// transient failures from failing tests.
Original file line number Diff line number Diff line change @@ -87,8 +87,6 @@ const (
87
87
// PodListTimeout is how long to wait for the pod to be listable.
88
88
PodListTimeout = time .Minute
89
89
// PodStartTimeout is how long to wait for the pod to be started.
90
- // Initial pod start can be delayed O(minutes) by slow docker pulls.
91
- // TODO: Make this 30 seconds once #4566 is resolved.
92
90
PodStartTimeout = 5 * time .Minute
93
91
94
92
// PodStartShortTimeout is same as `PodStartTimeout` to wait for the pod to be started, but shorter.
You can’t perform that action at this time.
0 commit comments