aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-08 02:52:31 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-08 03:14:52 +0200
commit2c6b57b9e50a3cdf8950073da473de4efa5d2dcf (patch)
treef4a5f78da7524fbb6b7168fd5e8a75fe08dc56be /src
parentcompat: look in Kbuild and Makefile since they differ based on arch (diff)
downloadwireguard-monolithic-historical-2c6b57b9e50a3cdf8950073da473de4efa5d2dcf.tar.xz
wireguard-monolithic-historical-2c6b57b9e50a3cdf8950073da473de4efa5d2dcf.zip
qemu: kill after 20 minutes
Diffstat (limited to 'src')
-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 d907843..fcd0a6e 100644
--- a/src/tests/qemu/Makefile
+++ b/src/tests/qemu/Makefile
@@ -223,7 +223,7 @@ USERSPACE_DEPS := $(MUSL_CC) $(BUILD_PATH)/include/.installed $(BUILD_PATH)/incl
build: $(KERNEL_BZIMAGE)
qemu: $(KERNEL_BZIMAGE)
rm -f $(BUILD_PATH)/result
- qemu-system-$(QEMU_ARCH) \
+ timeout --foreground 20m qemu-system-$(QEMU_ARCH) \
-nodefaults \
-nographic \
-smp $(NR_CPUS) \