From b7160138d68ba220cb4a80052d53c1342a638006 Mon Sep 17 00:00:00 2001 From: Alex Kudentsov <43482574+alexk37@users.noreply.github.com> Date: Tue, 10 Mar 2026 21:05:18 +0700 Subject: T8373: check-qemu-install: increase BOOTLOADER_SLEEP time --- scripts/check-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index f1a6ae65..79ed9ce4 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -436,7 +436,7 @@ def BOOTLOADERchooseSerialConsole(c, live: bool) -> None: """ Select GRUB boot entry that uses the serial console. This differs between a LIVE ISO image and an already installed system. """ BOOTLOADER_TMO = 20 - BOOTLOADER_SLEEP = 0.5 + BOOTLOADER_SLEEP = 1.5 BOOTLOADER_LOAD_TMO = 5 # let GRUB screen load UEFI_STRING = r'BdsDxe.*' -- cgit v1.2.3