From 4de3f56c37ac176c9dd234e8c890fd016addd068 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 18 Aug 2024 03:52:52 +0200 Subject: [PATCH] fix: Increase timeout --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index c964635..b037cdc 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -30,7 +30,7 @@ info "Booting ${APP}${BOOT_DESC} using QEMU v$version..." (( rc != 0 )) && error "$(<"$QEMU_LOG")" && exit 15 terminal -( sleep 10; boot ) & +( sleep 30; boot ) & tail -fn +0 "$QEMU_LOG" 2>/dev/null & cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" & wait $! || :