Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
helpers: vSphere 2x upload is time consuming hence bump timeout
  • Loading branch information
RishabhSaini committed Sep 22, 2025
commit a2c9b7f2c396984d9dae7c281e0925b8018ccdbf
2 changes: 1 addition & 1 deletion test/extended/machine_config/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ func WaitForBootImageControllerToComplete(oc *exutil.CLI) {
return false
}
return IsMachineConfigurationConditionFalse(mcop.Status.Conditions, opv1.MachineConfigurationBootImageUpdateProgressing)
}, 5*time.Minute, 5*time.Second).MustPassRepeatedly(3).Should(o.BeTrue())
}, 10*time.Minute, 5*time.Second).MustPassRepeatedly(3).Should(o.BeTrue())
}

// WaitForMachineConfigurationStatus waits until the MCO syncs the operator status to the latest spec
Expand Down