run_qemu.sh: bump timeout to 40 minutes so that it works on an ARM Cortex-A53 at 1.5 GHz

pull/32/head
parent 4ccd799b50
commit a156d93314
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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 \

Loading…
Cancel
Save