Attempt to fix tests/test_graphical_about_app.py on macOS intel

This commit is contained in:
Thomas Farstrike
2026-03-24 21:28:53 +01:00
parent 4c741a8b05
commit bdcf2897dd
+1 -1
View File
@@ -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()