Commit 40a60cd4 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Drecrease parallelism in load test

parent 25aed0a6
......@@ -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"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment