diff --git a/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go b/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go index 36ba5664a89..c114515dd7e 100644 --- a/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go +++ b/test/e2e/autoscaling/horizontal_pod_autoscaling_behavior.go @@ -550,7 +550,7 @@ var _ = SIGDescribe(feature.HPA, framework.WithSlow(), framework.WithFeatureGate ginkgo.It("should scale up but should not scale down", func(ctx context.Context) { ginkgo.By("setting up resource consumer and HPA") initPods := 10 - podCPURequest := 500 + podCPURequest := 200 targetCPUUtilizationPercent := 60 // Compute initial load for 10 pods. initCPUUsageTotal := usageForReplicasWithRequest(initPods, podCPURequest, targetCPUUtilizationPercent)