mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
Deflake TestChangeCRD
This commit is contained in:
parent
b3981a2f9a
commit
bf97ad4b44
@ -93,8 +93,8 @@ func TestChangeCRD(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
|
||||||
// Set up 100 loops creating and reading and watching custom resources
|
// Set up 10 loops creating and reading and watching custom resources
|
||||||
for i := 0; i < 100; i++ {
|
for i := 0; i < 10; i++ {
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
go func(i int) {
|
go func(i int) {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
|
Loading…
Reference in New Issue
Block a user