From f96a6ef753488ae8b26dd95c040e90114cb7d294 Mon Sep 17 00:00:00 2001 From: Piotr Szczesniak Date: Mon, 5 Oct 2015 21:03:17 +0200 Subject: [PATCH] Another try to fix flaky autoscaling test. --- test/e2e/autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/autoscaling.go b/test/e2e/autoscaling.go index 01466e2bda3..9650f5e70a5 100644 --- a/test/e2e/autoscaling.go +++ b/test/e2e/autoscaling.go @@ -75,7 +75,7 @@ var _ = Describe("Autoscaling", func() { }) It("[Skipped][Autoscaling Suite] should scale cluster size based on memory utilization", func() { - setUpAutoscaler("memory/node_utilization", 0.5, nodeCount, nodeCount+1) + setUpAutoscaler("memory/node_utilization", 0.6, nodeCount, nodeCount+1) // Consume 60% of total memory capacity megabytesPerReplica := int(memCapacityMb * 6 / 10 / coresPerNode)