Skip to content

Commit d294bfb

Browse files
authored
Merge pull request #7668 from killianmuldoon/fix-flaky-md-test
🐛 Fix flakiness in MD controller test
2 parents a0f43a7 + e9cce67 commit d294bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controllers/machinedeployment/machinedeployment_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ func TestMachineDeploymentReconciler(t *testing.T) {
404404
}
405405

406406
return len(machineSets.Items)
407-
}, timeout*5).Should(BeEquivalentTo(0))
407+
}, timeout*10).Should(BeEquivalentTo(0))
408408

409409
t.Log("Verifying MachineDeployment has correct Conditions")
410410
g.Eventually(func() bool {

0 commit comments

Comments
 (0)