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
1 changed files with 1 additions and 0 deletions

View File

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