Skip to content

Commit

Permalink
Merge pull request #7668 from killianmuldoon/fix-flaky-md-test
Browse files Browse the repository at this point in the history
🐛 Fix flakiness in MD controller test
  • Loading branch information
k8s-ci-robot authored Dec 12, 2022
2 parents a0f43a7 + e9cce67 commit d294bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d294bfb

Please sign in to comment.