Revert "Wait a bit longer from software selection back to main hub"

This reverts commit 90cc65b2fa.
There does not seem to be such a long delay any more, so let's
drop the time.
This commit is contained in:
Adam Williamson 2021-05-25 15:10:06 -07:00
parent 592f50d3c2
commit 4a11af9958
1 changed files with 1 additions and 1 deletions

View File

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