Skip to content

Commit aa2c5c6

Browse files
Merge pull request #8534 from shiftstack/increase-bootstrap-timeout
OCPBUGS-34900: Increase timeout for bootstrap complete
2 parents d4aa1ca + 82cc8fe commit aa2c5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/openshift-install/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func waitForBootstrapComplete(ctx context.Context, config *rest.Config) *cluster
451451
}
452452
}
453453

454-
timeout := 30 * time.Minute
454+
timeout := 45 * time.Minute
455455

456456
// Wait longer for baremetal, VSphere due to length of time it takes to boot
457457
if platformName == baremetal.Name || platformName == vsphere.Name {

0 commit comments

Comments
 (0)