Skip to content

Commit 3250a09

Browse files
Fix unit test on MacOS-Intel
Slower?
1 parent 0d207d2 commit 3250a09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_graphical_about_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_about_app_shows_correct_hardware_id(self):
6363
self.assertTrue(result, "Failed to start About app")
6464

6565
# Wait for UI to fully render
66-
wait_for_render(iterations=15)
66+
wait_for_render(iterations=30)
6767

6868
# Get current screen
6969
screen = lv.screen_active()

0 commit comments

Comments
 (0)