diff --git a/test/e2e/suite_test.go b/test/e2e/suite_test.go index d1db4a5f1..91b68feff 100644 --- a/test/e2e/suite_test.go +++ b/test/e2e/suite_test.go @@ -56,8 +56,8 @@ const ( roleBindingNamePrefix = "rolebinding-" clusterRoleBindingNamePrefix = "clusterrolebinding-" - updateDeploymentReplicas = 6 - updateStatefulSetReplicas = 6 + updateDeploymentReplicas = 2 + updateStatefulSetReplicas = 2 updateServicePort = 81 updatePodImage = "nginx:latest" updateCRnamespace = "e2e-test"