diff --git a/test/e2e/perf/load.go b/test/e2e/perf/load.go index 2fc4af6c5fb..fae651673ec 100644 --- a/test/e2e/perf/load.go +++ b/test/e2e/perf/load.go @@ -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"}