Increase number of namespaces in load test

This commit is contained in:
Wojciech Tyczynski 2016-08-04 10:13:47 +02:00
parent e8c926047f
commit 7c4b797fb6

View File

@ -47,7 +47,7 @@ const (
// We start RCs/Services/pods/... in different namespace in this test.
// nodeCountPerNamespace determines how many namespaces we will be using
// 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