From 86c8ef7e86ef75907f54f26e0c057d7cd1100bee Mon Sep 17 00:00:00 2001 From: Marius Grossu Date: Tue, 28 Jan 2025 11:14:02 +0100 Subject: [PATCH] Increase the size for sle16 bci for x86_64 --- tests/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_base.py b/tests/test_base.py index ba18f281..d2572088 100644 --- a/tests/test_base.py +++ b/tests/test_base.py @@ -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,