1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-02-02 05:33:09 +00:00

desktop_update_graphical: give third party screen a bit longer

I've seen several failures where this just took more than ten
seconds to appear.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-01-20 10:54:29 -08:00
parent 45728be935
commit 4ff2865ff7

View File

@ -41,7 +41,7 @@ sub run {
}
# GNOME Software 44+ has a 3rd party source pop-up, get rid of it
# if it shows up (but don't fail if it doesn't, we're not testing that)
if ($desktop eq 'gnome' && check_screen 'gnome_software_ignore', 10) {
if ($desktop eq 'gnome' && check_screen 'gnome_software_ignore', 15) {
wait_still_screen 3;
# match again as the dialog may have moved a bit
assert_and_click 'gnome_software_ignore';