diff --git a/test/e2e/load.go b/test/e2e/load.go index 2755b014b8d..eb086bd0477 100644 --- a/test/e2e/load.go +++ b/test/e2e/load.go @@ -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