We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db9cbfa + 31649f2 commit 12816c0Copy full SHA for 12816c0
pkg/osd/cluster.go
@@ -22,7 +22,7 @@ const (
22
DefaultFlavour = "osd-4"
23
24
// cleanRunWindow is the number of checks made to determine if a cluster is ready.
25
- cleanRunWindow = 10
+ cleanRunWindow = 20
26
27
// errorWindow is the number of checks made to determine if a cluster has truly failed.
28
errorWindow = 5
0 commit comments