1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 08:47:22 +00:00

Wait *longer* to reach hub after setting root password

This can actually take a bit of time, it seems, especially with
debug kernels. Let's give it a minute.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-24 09:01:22 -07:00
parent e9261b8f29
commit 45a1a3a36b

View File

@ -36,7 +36,7 @@ sub _set_root_password {
} }
assert_and_click "anaconda_spoke_done"; assert_and_click "anaconda_spoke_done";
# exiting this screen can take a while, so check for the hub # exiting this screen can take a while, so check for the hub
assert_screen "anaconda_main_hub"; assert_screen "anaconda_main_hub", 60;
} }
} }