Merge pull request #47259 from wojtek-t/decrease_parallelism

Automatic merge from submit-queue (batch tested with PRs 45057, 47259)

Drecrease parallelism in load test
This commit is contained in:
Kubernetes Submit Queue
2017-06-09 15:16:43 -07:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ const (
// depending on the number of nodes in the underlying cluster.
nodeCountPerNamespace = 100
// How many threads will be used to create/delete services during this test.
serviceOperationsParallelism = 5
serviceOperationsParallelism = 1
)
var randomKind = schema.GroupKind{Kind: "Random"}