summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-03-10 15:35:30 +0000
committerGitHub <noreply@github.com>2026-03-10 15:35:30 +0000
commit1abd474dd52da7dee8e3c8c8b17f18c134ced964 (patch)
tree22e81fa91d5763cf190844f115a9be0ee6fc52ed /scripts
parent8bf709c63903562f3374a143d2696952e3a7483f (diff)
parentb7160138d68ba220cb4a80052d53c1342a638006 (diff)
downloadvyos-build-1abd474dd52da7dee8e3c8c8b17f18c134ced964.tar.gz
vyos-build-1abd474dd52da7dee8e3c8c8b17f18c134ced964.zip
Merge pull request #1137 from alexk37/increase-bootloader-sleep-time
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.*'