Skip to content

Commit

Permalink
Increase number of iterations in TestDefaulting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszo committed Dec 23, 2016
1 parent fc41bc6 commit 84d0a5d
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 84d0a5d

Please sign in to comment.