From 1077d37aaf1811193ee22053c1e94776960fe59f Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Mon, 1 Feb 2016 20:42:03 +0100 Subject: [PATCH] Revert "Revert "Decrease request size in autoscaling suite"" --- test/e2e/autoscaling_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling_utils.go b/test/e2e/autoscaling_utils.go index 0fbb1e3b209..c1268a02001 100644 --- a/test/e2e/autoscaling_utils.go +++ b/test/e2e/autoscaling_utils.go @@ -31,7 +31,7 @@ import ( const ( dynamicConsumptionTimeInSeconds = 30 staticConsumptionTimeInSeconds = 3600 - dynamicRequestSizeInMillicores = 100 + dynamicRequestSizeInMillicores = 20 dynamicRequestSizeInMegabytes = 100 port = 80 targetPort = 8080