mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-08-19 22:05:44 +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:
parent
13cf507c8b
commit
50cf03c401
@ -103,7 +103,7 @@ sub run {
|
|||||||
wait_still_screen 10, 30;
|
wait_still_screen 10, 30;
|
||||||
dm_perform_login($desktop, $password);
|
dm_perform_login($desktop, $password);
|
||||||
}
|
}
|
||||||
check_desktop(timeout => 90);
|
check_desktop(timeout => 180);
|
||||||
# now, WE WAIT. this is just an unconditional wait - rather than
|
# now, WE WAIT. this is just an unconditional wait - rather than
|
||||||
# breaking if we see an update notification appear - so we catch
|
# breaking if we see an update notification appear - so we catch
|
||||||
# things that crash a few minutes after startup, etc.
|
# things that crash a few minutes after startup, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user