From 7c0aacc733afa334132f697a92b10ae0150367d5 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Mon, 5 Dec 2022 12:52:19 +0000 Subject: [PATCH] test: double default image size I am now hitting the 500MB limit on Debian stable. (cherry picked from commit de28dd77c12d67574cc5add467858ef37c518d2b) --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-functions b/test/test-functions index 194cd682bb..5613215321 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1328,7 +1328,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