Skip to content

Commit

Permalink
Merge pull request #7754 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…7668-to-release-1.3

[release-1.3] 🐛 Fix flakiness in MD controller test
  • Loading branch information
k8s-ci-robot authored Dec 13, 2022
2 parents fe06cd0 + 74abba4 commit 5f7d3ad
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 5f7d3ad

Please sign in to comment.