We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5366f37 commit f3a5fabCopy full SHA for f3a5fab
tests/test_graphical_imu_calibration.py
@@ -130,8 +130,8 @@ def test_calibrate_activity_flow(self):
130
wait_for_render(10)
131
132
# Wait for calibration to complete (mock takes ~3 seconds)
133
- time.sleep(3.5)
134
- wait_for_render(20)
+ time.sleep(4)
+ wait_for_render(40)
135
136
# Verify calibration completed
137
screen = lv.screen_active()
0 commit comments