Skip to content

Commit

Permalink
default pod readiness timeout increased to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
bartam1 committed Aug 16, 2023
1 parent ba66727 commit a13805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (
cruiseControlPodReadinessTimeout = 50 * time.Second
kafkaClusterResourceReadinessTimeout = 60 * time.Second
defaultDeletionTimeout = 20 * time.Second
defaultPodReadinessWaitTime = 10 * time.Second
defaultPodReadinessWaitTime = 60 * time.Second
defaultTopicCreationWaitTime = 10 * time.Second
defaultUserCreationWaitTime = 10 * time.Second

Expand Down

0 comments on commit a13805f

Please sign in to comment.