testing: Increase maximum guest image size

Seems that each Debian release increases the image size by about 200 MiB.
But increase it a bit more so we have room for logs/tools/debug symbols.
This commit is contained in:
Tobias Brunner 2020-08-24 16:06:06 +02:00
parent 3d1e2c56df
commit 5c4ebbdde8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ fi
# Base image settings
# The base image is a pristine OS installation created using debootstrap.
: ${BASEIMGSIZE=1800}
: ${BASEIMGSIZE=2500}
: ${BASEIMGSUITE=stretch}
: ${BASEIMGARCH=amd64}
: ${BASEIMG=$IMGDIR/debian-$BASEIMGSUITE-$BASEIMGARCH.$IMGEXT}