Skip to content

Commit

Permalink
test_camerad: reduce test time to allow retry (#33937)
Browse files Browse the repository at this point in the history
allow all retries
  • Loading branch information
maxime-desroches authored Nov 6, 2024
1 parent fd84970 commit 4b21e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/camerad/test/test_camerad.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from cereal.services import SERVICE_LIST
from openpilot.system.manager.process_config import managed_processes

TEST_TIMESPAN = 30
TEST_TIMESPAN = 10
LAG_FRAME_TOLERANCE = {log.FrameData.ImageSensor.ar0231: 0.5, # ARs use synced pulses for frame starts
log.FrameData.ImageSensor.ox03c10: 1.1} # OXs react to out-of-sync at next frame
FRAME_DELTA_TOLERANCE = {log.FrameData.ImageSensor.ar0231: 1.0,
Expand Down

0 comments on commit 4b21e22

Please sign in to comment.