From a156d93314a6a73ce069f56e7dcca1373332a1dc Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Mon, 14 Nov 2022 14:22:32 +0100 Subject: [PATCH] run_qemu.sh: bump timeout to 40 minutes so that it works on an ARM Cortex-A53 at 1.5 GHz --- run_qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_qemu.sh b/run_qemu.sh index edae273..1efcd20 100755 --- a/run_qemu.sh +++ b/run_qemu.sh @@ -54,7 +54,7 @@ qemu-img create -f qcow2 -b "$(realpath $cachedir)/debian-$DEFAULT_DIST.qcow" -F # or this (quit with ctrl+q): # socat stdin,raw,echo=0,escape=0x11 unix-connect:/tmp/ttyS0 ret=0 -timeout --foreground 20m qemu-system-"$QEMUARCH" \ +timeout --foreground 40m qemu-system-"$QEMUARCH" \ -cpu host \ -no-user-config \ -M "$MACHINE" -m 4G -nographic \