From e9cce67051cebd24f48a3e139ac63737729a6d79 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Wed, 30 Nov 2022 13:56:09 +0000 Subject: [PATCH] Fix flakiness in MD controller test Signed-off-by: killianmuldoon --- .../machinedeployment/machinedeployment_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {