From: Luca Boccassi Date: Mon, 5 Dec 2022 12:52:19 +0000 (+0000) Subject: test: double default image size X-Git-Tag: v253-rc1~365^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de28dd77c12d67574cc5add467858ef37c518d2b;p=thirdparty%2Fsystemd.git test: double default image size I am now hitting the 500MB limit on Debian stable. --- diff --git a/test/test-functions b/test/test-functions index 28331c24122..a87b7b966d1 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1344,7 +1344,7 @@ create_empty_image() { fi # Partition sizes are in MiBs - local root_size=500 + local root_size=1000 local data_size=50 if ! get_bool "$NO_BUILD"; then if meson configure "${BUILD_DIR:?}" | grep 'static-lib\|standalone-binaries' | awk '{ print $2 }' | grep -q 'true'; then