forked from josch/mmdebstrap
run_qemu.sh: bump timeout to 40 minutes so that it works on an ARM Cortex-A53 at 1.5 GHz
This commit is contained in:
parent
4ccd799b50
commit
a156d93314
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue