We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 241d056 + a2c9b7f commit 6079513Copy full SHA for 6079513
test/extended/machine_config/helpers.go
@@ -331,7 +331,7 @@ func WaitForBootImageControllerToComplete(oc *exutil.CLI) {
331
return false
332
}
333
return IsMachineConfigurationConditionFalse(mcop.Status.Conditions, opv1.MachineConfigurationBootImageUpdateProgressing)
334
- }, 5*time.Minute, 5*time.Second).MustPassRepeatedly(3).Should(o.BeTrue())
+ }, 10*time.Minute, 5*time.Second).MustPassRepeatedly(3).Should(o.BeTrue())
335
336
337
// WaitForMachineConfigurationStatus waits until the MCO syncs the operator status to the latest spec
0 commit comments