diff --git a/test/e2e/networking_utils.go b/test/e2e/networking_utils.go index 35e75f8a5f6..cf2b56e3de3 100644 --- a/test/e2e/networking_utils.go +++ b/test/e2e/networking_utils.go @@ -53,7 +53,7 @@ const ( // because we verify iptables statistical rr loadbalancing. testTries = 30 // Maximum number of pods in a test, to make test work in large clusters. - maxNetProxyPodsCount = 100 + maxNetProxyPodsCount = 20 ) // NewNetworkingTestConfig creates and sets up a new test config helper.