From 304dbd0e2e2e837a6398206faa78e1b6dd178251 Mon Sep 17 00:00:00 2001 From: "Tim St. Clair" Date: Fri, 28 Oct 2016 14:50:08 -0700 Subject: [PATCH] Increase sys container usageBytes upper bound --- test/e2e_node/summary_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/summary_test.go b/test/e2e_node/summary_test.go index 1190fa3b6f5..9c8d4b3875e 100644 --- a/test/e2e_node/summary_test.go +++ b/test/e2e_node/summary_test.go @@ -73,7 +73,7 @@ var _ = framework.KubeDescribe("Summary API", func() { "Time": recent(maxStatsAge), // We don't limit system container memory. "AvailableBytes": BeNil(), - "UsageBytes": bounded(1*mb, 1*gb), + "UsageBytes": bounded(1*mb, 10*gb), "WorkingSetBytes": bounded(1*mb, 1*gb), "RSSBytes": bounded(1*mb, 1*gb), "PageFaults": bounded(1000, 1E9),