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
1 changed files with 1 additions and 1 deletions

View File

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