Change waiting mechanism

This commit is contained in:
Lukas Ruzicka 2023-08-14 12:24:19 +02:00
parent 55ec6a2179
commit 3be571ecde
1 changed files with 1 additions and 1 deletions

View File

@ -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);