From 3be571ecde0f66acd447e1be46ba6b5e728070ec Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Mon, 14 Aug 2023 12:24:19 +0200 Subject: [PATCH] Change waiting mechanism --- 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 4196f977..ab963771 100644 --- a/tests/_boot_to_anaconda.pm +++ b/tests/_boot_to_anaconda.pm @@ -143,7 +143,7 @@ sub run { menu_launch_type("terminal"); wait_still_screen(2); enter_cmd("sudo dnf install -y anaconda-webui"); - sleep(30); + wait_still_screen(15); enter_cmd("exit"); wait_still_screen(2);