Merge pull request #39181 from lukaszo/defaulting

Automatic merge from submit-queue (batch tested with PRs 38460, 39181)

Increase number of iterations in TestDefaulting
This commit is contained in:
Kubernetes Submit Queue 2016-12-23 10:51:28 -08:00 committed by GitHub
commit 24b3f6c494

View File

@ -149,7 +149,7 @@ func TestDefaulting(t *testing.T) {
if !expectedChanged || changedOnce {
break
}
if iter > 200 {
if iter > 300 {
t.Errorf("expected %s to trigger defaulting due to fuzzing", gvk)
break
}