From 573cb19b36dd4cbdcffebc4c3c4f140dde786cc2 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 25 Oct 2017 21:05:42 +0200 Subject: qemu: test using four cores --- src/tests/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/qemu/Makefile b/src/tests/qemu/Makefile index ac21de4..4261b89 100644 --- a/src/tests/qemu/Makefile +++ b/src/tests/qemu/Makefile @@ -14,7 +14,7 @@ KERNEL_VERSION ?= 4.13.9 BUILD_PATH ?= $(PWD)/../../../qemu-build/$(ARCH) DISTFILES_PATH ?= $(PWD)/distfiles DEBUG_KERNEL ?= no -NR_CPUS ?= 2 +NR_CPUS ?= 4 DOWNLOAD := wget -O # DOWNLOAD := curl -f -o -- cgit v1.2.3-59-g8ed1b