mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-03-11 15:34:32 +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:
parent
45728be935
commit
4ff2865ff7
@ -41,7 +41,7 @@ sub run {
|
|||||||
}
|
}
|
||||||
# GNOME Software 44+ has a 3rd party source pop-up, get rid of it
|
# 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 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;
|
wait_still_screen 3;
|
||||||
# match again as the dialog may have moved a bit
|
# match again as the dialog may have moved a bit
|
||||||
assert_and_click 'gnome_software_ignore';
|
assert_and_click 'gnome_software_ignore';
|
||||||
|
Loading…
Reference in New Issue
Block a user