diff --git a/test/e2e/common/node/pod_resize.go b/test/e2e/common/node/pod_resize.go index c1f31a16e34..0f02fd405df 100644 --- a/test/e2e/common/node/pod_resize.go +++ b/test/e2e/common/node/pod_resize.go @@ -51,12 +51,12 @@ const ( increasedCPU = "25m" increasedCPULimit = "35m" - originalMem = "35Mi" - originalMemLimit = "45Mi" - reducedMem = "30Mi" - reducedMemLimit = "40Mi" - increasedMem = "40Mi" - increasedMemLimit = "50Mi" + originalMem = "20Mi" + originalMemLimit = "30Mi" + reducedMem = "15Mi" + reducedMemLimit = "25Mi" + increasedMem = "25Mi" + increasedMemLimit = "35Mi" ) func offsetCPU(index int, value string) string {