summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlex Kudentsov <43482574+alexk37@users.noreply.github.com>2026-03-10 21:05:18 +0700
committerAlex Kudentsov <43482574+alexk37@users.noreply.github.com>2026-03-10 21:05:18 +0700
commitb7160138d68ba220cb4a80052d53c1342a638006 (patch)
tree56d1fd7cb8f5928ab2abdf55d20b32ae1dedf21b /scripts
parentfbdce6466748fd073c2042a5f92555a935bc44dd (diff)
downloadvyos-build-b7160138d68ba220cb4a80052d53c1342a638006.tar.gz
vyos-build-b7160138d68ba220cb4a80052d53c1342a638006.zip
T8373: check-qemu-install: increase BOOTLOADER_SLEEP time
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
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.*'