Skip to content

Commit a2c9b7f

Browse files
committed
helpers: vSphere 2x upload is time consuming hence bump timeout
1 parent 92f0f58 commit a2c9b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/machine_config/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ func WaitForBootImageControllerToComplete(oc *exutil.CLI) {
331331
return false
332332
}
333333
return IsMachineConfigurationConditionFalse(mcop.Status.Conditions, opv1.MachineConfigurationBootImageUpdateProgressing)
334-
}, 5*time.Minute, 5*time.Second).MustPassRepeatedly(3).Should(o.BeTrue())
334+
}, 10*time.Minute, 5*time.Second).MustPassRepeatedly(3).Should(o.BeTrue())
335335
}
336336

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

0 commit comments

Comments
 (0)