test: make the data partition larger for the cryptsetup test

As we use it for /var and with the default 100 MiB there's not enough
space for the journal.
This commit is contained in:
Frantisek Sumsal 2023-06-05 09:40:21 +02:00
parent 0334afe4d0
commit b7e913841b

View file

@ -4,6 +4,7 @@ set -e
TEST_DESCRIPTION="cryptsetup systemd setup"
IMAGE_NAME="cryptsetup"
IMAGE_ADDITIONAL_DATA_SIZE=100
TEST_NO_NSPAWN=1
TEST_FORCE_NEWIMAGE=1