From bdcf2897dd87312f07c53479ef3e75bb38e46b8f Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Tue, 24 Mar 2026 21:28:53 +0100 Subject: [PATCH] Attempt to fix tests/test_graphical_about_app.py on macOS intel --- tests/test_graphical_about_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_graphical_about_app.py b/tests/test_graphical_about_app.py index 9ee66722..34b91c45 100644 --- a/tests/test_graphical_about_app.py +++ b/tests/test_graphical_about_app.py @@ -150,7 +150,7 @@ class TestGraphicalAboutApp(unittest.TestCase): self.assertTrue(result, "Failed to start About app") # Wait for UI to render - wait_for_render(iterations=15) + wait_for_render(iterations=150) # Get current screen screen = lv.screen_active()