Reduce maximum number of net-proxy pods to make test work in large clusters

This commit is contained in:
Wojciech Tyczynski
2016-09-15 10:45:03 +02:00
parent edbe71ad58
commit 67e4fa5b6e

View File

@@ -53,7 +53,7 @@ const (
// because we verify iptables statistical rr loadbalancing. // because we verify iptables statistical rr loadbalancing.
testTries = 30 testTries = 30
// Maximum number of pods in a test, to make test work in large clusters. // 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. // NewNetworkingTestConfig creates and sets up a new test config helper.