From: Daan De Meyer Date: Wed, 2 Oct 2024 10:58:09 +0000 (+0200) Subject: tests: Tune Fedora initrd size a little X-Git-Tag: v25~245^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c6ae9628abd81e58397397e46a04ff67537e011;p=thirdparty%2Fmkosi.git tests: Tune Fedora initrd size a little Makes the test pass on Ubuntu again --- diff --git a/tests/test_initrd.py b/tests/test_initrd.py index c5471a81d..a8d15d91a 100644 --- a/tests/test_initrd.py +++ b/tests/test_initrd.py @@ -223,7 +223,7 @@ def test_initrd_size(config: ImageConfig) -> None: # The fallback value is for CentOS and related distributions. maxsize = 1024**2 * { - Distribution.fedora: 56, + Distribution.fedora: 57, Distribution.debian: 58, Distribution.ubuntu: 54, Distribution.arch: 80,