test: bump QEMU_SMP to 4 when running under ASan/UBSan

This commit is contained in:
Frantisek Sumsal 2019-01-11 16:51:49 +01:00
parent 670bec2b07
commit 5b2172ee50

View file

@ -53,6 +53,7 @@ if [[ "$IS_BUILT_WITH_ASAN" = "yes" ]]; then
SKIP_INITRD=yes SKIP_INITRD=yes
PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan PATH_TO_INIT=$ROOTLIBDIR/systemd-under-asan
QEMU_MEM="1536M" QEMU_MEM="1536M"
QEMU_SMP=4
fi fi
function find_qemu_bin() { function find_qemu_bin() {