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 @@ -53,14 +53,10 @@ const (
53
53
podScheduledBeforeTimeout = podListTimeout + (20 * time .Second )
54
54
55
55
// podStartTimeout is how long to wait for the pod to be started.
56
- // Initial pod start can be delayed O(minutes) by slow docker pulls.
57
- // TODO: Make this 30 seconds once #4566 is resolved.
58
56
podStartTimeout = 5 * time .Minute
59
57
60
58
// poll is how often to poll pods, nodes and claims.
61
- poll = 2 * time .Second
62
- pollShortTimeout = 1 * time .Minute
63
- pollLongTimeout = 5 * time .Minute
59
+ poll = 2 * time .Second
64
60
65
61
// singleCallTimeout is how long to try single API calls (like 'get' or 'list'). Used to prevent
66
62
// 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