Skip to content

Commit

Permalink
Increase the size for sle16 bci for x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Grossu committed Jan 28, 2025
1 parent 5d5c362 commit 86c8ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_base_size(container: ContainerData, container_runtime):
}
elif OS_VERSION in ("16.0",):
base_container_max_size: Dict[str, int] = {
"x86_64": 100,
"x86_64": 102,
"aarch64": 126,
"ppc64le": 138,
"s390x": 99,
Expand Down

0 comments on commit 86c8ef7

Please sign in to comment.