Skip to content

Commit 8a931e0

Browse files
Revert back render time
1 parent 6378a75 commit 8a931e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_graphical_keyboard_q_button_bug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_q_button_works(self):
7272
keyboard = MposKeyboard(self.screen)
7373
keyboard.set_textarea(textarea)
7474
keyboard.align(lv.ALIGN.BOTTOM_MID, 0, 0)
75-
wait_for_render(20) # increased from 10 to 20 because on macOS this didnt work
75+
wait_for_render(10)
7676

7777
print(f"Initial textarea: '{textarea.get_text()}'")
7878
self.assertEqual(textarea.get_text(), "", "Textarea should start empty")

0 commit comments

Comments
 (0)