Decrease expected lower bound for misc CPU

pull/6/head
Tim St. Clair 2016-12-07 12:39:48 -08:00
parent 08c0f7dded
commit f4706464f6
No known key found for this signature in database
GPG Key ID: 434D16BCEF479EAB
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ var _ = framework.KubeDescribe("Summary API", func() {
"StartTime": recent(maxStartAge),
"CPU": ptrMatchAllFields(gstruct.Fields{
"Time": recent(maxStatsAge),
"UsageNanoCores": bounded(100000, 2E9),
"UsageNanoCores": bounded(10000, 2E9),
"UsageCoreNanoSeconds": bounded(10000000, 1E15),
}),
"Memory": ptrMatchAllFields(gstruct.Fields{