1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-08-18 21:35:45 +00:00

desktop_notifications: wait longer for desktop

KDE seems to be taking quite a while to show up after we go to
graphical.target ATM. I've reported this to the KDE team, but
let's just bump the timeout so the test can pass.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-03-12 11:54:58 -07:00
parent 13cf507c8b
commit 50cf03c401

View File

@ -103,7 +103,7 @@ sub run {
wait_still_screen 10, 30;
dm_perform_login($desktop, $password);
}
check_desktop(timeout => 90);
check_desktop(timeout => 180);
# now, WE WAIT. this is just an unconditional wait - rather than
# breaking if we see an update notification appear - so we catch
# things that crash a few minutes after startup, etc.