Skip to content

Commit 12816c0

Browse files
Merge pull request openshift#217 from meowfaceman/SDCICD158
SDCICD-158. Increase health check window.
2 parents db9cbfa + 31649f2 commit 12816c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/osd/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
DefaultFlavour = "osd-4"
2323

2424
// cleanRunWindow is the number of checks made to determine if a cluster is ready.
25-
cleanRunWindow = 10
25+
cleanRunWindow = 20
2626

2727
// errorWindow is the number of checks made to determine if a cluster has truly failed.
2828
errorWindow = 5

0 commit comments

Comments
 (0)