mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 20:51:25 +00:00
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:
parent
2e6cf6453d
commit
90cc65b2fa
@ -49,7 +49,7 @@ sub run {
|
|||||||
assert_and_click "anaconda_spoke_done";
|
assert_and_click "anaconda_spoke_done";
|
||||||
|
|
||||||
# Anaconda hub
|
# Anaconda hub
|
||||||
assert_screen "anaconda_main_hub", 50; #
|
assert_screen "anaconda_main_hub", 90; #
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user