Skip to content

Commit e9cce67

Browse files
Fix flakiness in MD controller test
Signed-off-by: killianmuldoon <[email protected]>
1 parent 9702ce5 commit e9cce67

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)