Skip to content

Commit 364c6f1

Browse files
committed
remove TODO and unused code
1 parent b3ba969 commit 364c6f1

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

test/e2e/framework/pod/wait.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,10 @@ const (
5353
podScheduledBeforeTimeout = podListTimeout + (20 * time.Second)
5454

5555
// 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.
5856
podStartTimeout = 5 * time.Minute
5957

6058
// 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
6460

6561
// singleCallTimeout is how long to try single API calls (like 'get' or 'list'). Used to prevent
6662
// transient failures from failing tests.

test/e2e/framework/util.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ const (
8787
// PodListTimeout is how long to wait for the pod to be listable.
8888
PodListTimeout = time.Minute
8989
// 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.
9290
PodStartTimeout = 5 * time.Minute
9391

9492
// PodStartShortTimeout is same as `PodStartTimeout` to wait for the pod to be started, but shorter.

0 commit comments

Comments
 (0)