Halve test erofs image size
Test is timing out, likely due to images used in test is oversized.
Halve image size to mitigate test timeout.
Bug: 249254457
Test: th
Change-Id: Ie511704ae88f46a7ae4a35681840ba8f81200606
diff --git a/sample_images/generate_test_erofs_images.sh b/sample_images/generate_test_erofs_images.sh
index b3b6aa7..68d7684 100755
--- a/sample_images/generate_test_erofs_images.sh
+++ b/sample_images/generate_test_erofs_images.sh
@@ -36,7 +36,7 @@
truncate -s 1M ${fs_root}/dir1/dir2/file4
touch ${fs_root}/dir1/dir2/dir123/empty
cp ${delta_generator} ${fs_root}/delta_generator
- truncate -s 8M ${fs_root}/delta_generator
+ truncate -s 4M ${fs_root}/delta_generator
echo "PAYLOAD_MINOR_VERSION=1234" > ${fs_root}/etc/update_engine.conf
truncate -s 16M ${fs_root}/dir1/dir2/dir123/chunks_of_zero
fi