Commit 7c4b797f authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Increase number of namespaces in load test

parent e8c92604
...@@ -47,7 +47,7 @@ const ( ...@@ -47,7 +47,7 @@ const (
// We start RCs/Services/pods/... in different namespace in this test. // We start RCs/Services/pods/... in different namespace in this test.
// nodeCountPerNamespace determines how many namespaces we will be using // nodeCountPerNamespace determines how many namespaces we will be using
// depending on the number of nodes in the underlying cluster. // depending on the number of nodes in the underlying cluster.
nodeCountPerNamespace = 250 nodeCountPerNamespace = 100
) )
// This test suite can take a long time to run, so by default it is added to // This test suite can take a long time to run, so by default it is added to
......
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