Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit a13805f

Browse files
committed
default pod readiness timeout increased to 60
1 parent ba66727 commit a13805f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const (
4949
cruiseControlPodReadinessTimeout = 50 * time.Second
5050
kafkaClusterResourceReadinessTimeout = 60 * time.Second
5151
defaultDeletionTimeout = 20 * time.Second
52-
defaultPodReadinessWaitTime = 10 * time.Second
52+
defaultPodReadinessWaitTime = 60 * time.Second
5353
defaultTopicCreationWaitTime = 10 * time.Second
5454
defaultUserCreationWaitTime = 10 * time.Second
5555

0 commit comments

Comments
 (0)