diff --git a/internal/controllers/machinedeployment/machinedeployment_controller_test.go b/internal/controllers/machinedeployment/machinedeployment_controller_test.go index 40df6c3e3408..6d2d7953c8b1 100644 --- a/internal/controllers/machinedeployment/machinedeployment_controller_test.go +++ b/internal/controllers/machinedeployment/machinedeployment_controller_test.go @@ -404,7 +404,7 @@ func TestMachineDeploymentReconciler(t *testing.T) { } return len(machineSets.Items) - }, timeout*5).Should(BeEquivalentTo(0)) + }, timeout*10).Should(BeEquivalentTo(0)) t.Log("Verifying MachineDeployment has correct Conditions") g.Eventually(func() bool {