From d23e5d7dd765cabf6fb449fc3b83b796b799cc8e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 19 Jan 2024 15:24:19 -0800 Subject: [PATCH] Bump the default bootloader timeout a bit We're taking a long time to reach it on aarch64 on prod recently for some reason. It's probably some weirdness with qemu/edk2. So let's just bump the timeout as I don't have an easy fix on hand and this won't hurt anything. Signed-off-by: Adam Williamson --- tests/_boot_to_anaconda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_boot_to_anaconda.pm b/tests/_boot_to_anaconda.pm index 956456eb..d5340f55 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -71,7 +71,7 @@ sub run { my $mutex = get_var("INSTALL_UNLOCK"); # we need a longer timeout for the PXE boot test - my $timeout = 30; + my $timeout = 60; $timeout = 120 if (get_var("IS_PXE")); # call do_bootloader with postinstall=0, the params, and the mutex,