From 50cf03c401c207094bb2505607dd1949e8f70304 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 12 Mar 2025 11:54:58 -0700 Subject: [PATCH] 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 --- tests/desktop_notifications.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/desktop_notifications.pm b/tests/desktop_notifications.pm index 4efc4f4f..dd617074 100644 --- a/tests/desktop_notifications.pm +++ b/tests/desktop_notifications.pm @@ -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.