mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
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:
commit
24b3f6c494
@ -149,7 +149,7 @@ func TestDefaulting(t *testing.T) {
|
|||||||
if !expectedChanged || changedOnce {
|
if !expectedChanged || changedOnce {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
if iter > 200 {
|
if iter > 300 {
|
||||||
t.Errorf("expected %s to trigger defaulting due to fuzzing", gvk)
|
t.Errorf("expected %s to trigger defaulting due to fuzzing", gvk)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user