aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-25 21:05:42 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-31 17:25:23 +0100
commit573cb19b36dd4cbdcffebc4c3c4f140dde786cc2 (patch)
tree98461f3bfeafdfdc6d846c6e524ab21147cb3b5f
parentglobal: style nits (diff)
downloadwireguard-monolithic-historical-573cb19b36dd4cbdcffebc4c3c4f140dde786cc2.tar.xz
wireguard-monolithic-historical-573cb19b36dd4cbdcffebc4c3c4f140dde786cc2.zip
qemu: test using four cores
-rw-r--r--src/tests/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
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