Decrease parallelism in deletecollection test, lengthen test etcd certs

This commit is contained in:
Jordan Liggitt
2016-03-12 17:00:39 -05:00
parent c9250bba2a
commit a1c2267f20
2 changed files with 84 additions and 40 deletions

View File

@@ -598,7 +598,7 @@ func TestEtcdDeleteCollectionNotFound(t *testing.T) {
// Kick off multiple delete collection calls to test notfound behavior
wg := &sync.WaitGroup{}
for j := 0; j < 5; j++ {
for j := 0; j < 2; j++ {
wg.Add(1)
go func() {
defer wg.Done()