Skip to content

Commit

Permalink
Increase KafkaCluster create timeout to 10 mins bump up CI passing ra…
Browse files Browse the repository at this point in the history
…te on e2e tests (#1025)
  • Loading branch information
panyuenlau authored Jul 27, 2023
1 parent e50cc40 commit 8839af4
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 @@ -52,7 +52,7 @@ const (
defaultPodReadinessWaitTime = 10 * time.Second
defaultTopicCreationWaitTime = 10 * time.Second
defaultUserCreationWaitTime = 10 * time.Second
kafkaClusterCreateTimeout = 500 * time.Second
kafkaClusterCreateTimeout = 600 * time.Second
kafkaClusterResourceCleanupTimeout = 120 * time.Second
kcatDeleetionTimeout = 40 * time.Second
zookeeperClusterCreateTimeout = 4 * time.Minute
Expand Down

0 comments on commit 8839af4

Please sign in to comment.