Skip to content

Commit

Permalink
Fix flakiness in MD controller test
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Dec 1, 2022
1 parent 9702ce5 commit 8b47a78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ func TestMachineDeploymentReconciler(t *testing.T) {
return false
}
return machineSets.Items[0].Status.Replicas == *deployment.Spec.Replicas
}, timeout*5).Should(BeTrue())
}, timeout*10).Should(BeTrue())

t.Log("Verifying MachineSets with old labels are deleted")
g.Eventually(func() int {
Expand Down

0 comments on commit 8b47a78

Please sign in to comment.