Skip to content

Commit

Permalink
Decrease clusterDescriptionTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasdinov committed Feb 23, 2023
1 parent 2de4d54 commit 53739a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster_describer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
clusterConfigTimeout = 5 * time.Second
clusterDescriptionTimeout = 10 * time.Second
clusterDescriptionTimeout = 2 * time.Second
)

type clusterDescriber interface {
Expand Down

0 comments on commit 53739a4

Please sign in to comment.