Skip to content

Commit ecb32a3

Browse files
committed
increase bounded limits for major page faults
1 parent c73ab51 commit ecb32a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/summary_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ var _ = SIGDescribe("Summary API [NodeConformance]", func() {
110110
// this now returns /sys/fs/cgroup/memory.stat total_rss
111111
"RSSBytes": bounded(1*e2evolume.Mb, memoryLimit),
112112
"PageFaults": bounded(1000, 1e9),
113-
"MajorPageFaults": bounded(0, 100000),
113+
"MajorPageFaults": bounded(0, 1e9),
114114
}),
115115
"Swap": swapExpectation(memoryLimit),
116116
"Accelerators": gomega.BeEmpty(),

0 commit comments

Comments
 (0)