Skip to content

Commit

Permalink
Merge pull request kubernetes#39181 from lukaszo/defaulting
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 38460, 39181)

Increase number of iterations in TestDefaulting
  • Loading branch information
Kubernetes Submit Queue authored Dec 23, 2016
2 parents 1d7538f + 84d0a5d commit 24b3f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/defaulting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 24b3f6c

Please sign in to comment.