Wait a bit longer from software selection back to main hub

Seems like this can sometimes take even longer than 50 seconds,
e.g. https://openqa.stg.fedoraproject.org/tests/727432 . Let's
give it 90.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-02-20 08:51:42 -08:00
parent 2e6cf6453d
commit 90cc65b2fa
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ sub run {
assert_and_click "anaconda_spoke_done";
# Anaconda hub
assert_screen "anaconda_main_hub", 50; #
assert_screen "anaconda_main_hub", 90; #
}