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()