Try to fix tests/test_graphical_imu_calibration.py

This commit is contained in:
Thomas Farstrike
2025-12-08 13:56:30 +01:00
parent 5366f37de3
commit f3a5faba83
+2 -2
View File
@@ -130,8 +130,8 @@ class TestIMUCalibration(unittest.TestCase):
wait_for_render(10)
# Wait for calibration to complete (mock takes ~3 seconds)
time.sleep(3.5)
wait_for_render(20)
time.sleep(4)
wait_for_render(40)
# Verify calibration completed
screen = lv.screen_active()