You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Attempt to fix tests/test_graphical_about_app.py on macOS intel
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user