From 7c4b797fb63b8674023f41eb336ce30794feb645 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Thu, 4 Aug 2016 10:13:47 +0200 Subject: [PATCH] Increase number of namespaces in load test --- test/e2e/load.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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