Commit 7324cd68 authored by Piotr Szczesniak's avatar Piotr Szczesniak

Merge pull request #15218 from jszczepkowski/hpa-e2e-fix

Increased memory limit for horizontal pod autoscaler e2e test.
parents 0e5478ef 31bd5fda
......@@ -63,7 +63,7 @@ var _ = Describe("Horizontal pod autoscaling", func() {
})
It("[Skipped][Autoscaling Suite] should scale from 5 pods to 3 pods and from 3 to 1 (scale resource: Memory)", func() {
rc = NewDynamicResourceConsumer("rc", 5, 0, 2200, 100, 1000, f)
rc = NewDynamicResourceConsumer("rc", 5, 0, 2200, 100, 2500, f)
defer rc.CleanUp()
createMemoryHorizontalPodAutoscaler(rc, "1000")
rc.WaitForReplicas(3)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment