Skip to content

Commit fcf3e38

Browse files
committed
Bump sizes
1 parent a2655ea commit fcf3e38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test_base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ def test_base_size(container: ContainerData, container_runtime):
138138
base_container_max_size["x86_64"] += 10
139139
elif OS_VERSION in ("tumbleweed",):
140140
base_container_max_size: Dict[str, int] = {
141-
"x86_64": 101,
142-
"aarch64": 117,
143-
"ppc64le": 128,
144-
"s390x": 93,
141+
"x86_64": 103,
142+
"aarch64": 119,
143+
"ppc64le": 130,
144+
"s390x": 95,
145145
}
146146
elif OS_VERSION in ("16.0", "16.1"):
147147
base_container_max_size: Dict[str, int] = {

0 commit comments

Comments
 (0)