Merge pull request #78526 from liggitt/deflake-change-crd

Deflake TestChangeCRD
This commit is contained in:
Kubernetes Prow Robot 2019-06-01 09:50:29 -07:00 committed by GitHub
commit 2cf6678c50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,8 +93,8 @@ func TestChangeCRD(t *testing.T) {
}
}()
// Set up 100 loops creating and reading and watching custom resources
for i := 0; i < 100; i++ {
// Set up 10 loops creating and reading and watching custom resources
for i := 0; i < 10; i++ {
wg.Add(1)
go func(i int) {
defer wg.Done()