From 024bc1b1dd4cda379427c527a6671fefd421121b Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Apr 2024 18:24:46 +0200 Subject: [PATCH] fix: Increase delay --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index 3c30e5e..1e081eb 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -29,7 +29,7 @@ info "Booting ${APP}${BOOT_DESC} on a ${CPU} using QEMU v${VERS} with kernel $(u terminal tail -fn +0 "$QEMU_LOG" 2>/dev/null & -( sleep 6; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) & +( sleep 10; [ ! -f "$QEMU_END" ] && info "Windows started succesfully, visit http://localhost:8006/ to view the screen..." ) & cat "$QEMU_TERM" 2> /dev/null | tee "$QEMU_PTY" & wait $! || :