Skip to content

Commit

Permalink
pandad: update test thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jun 13, 2024
1 parent 4708332 commit f08137f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/pandad/tests/test_pandad_spi.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def test_spi_corruption(self, subtests):
ps = m.peripheralState
assert ps.pandaType == "tres"
assert 4000 < ps.voltage < 14000
assert 100 < ps.current < 1000
assert ps.fanSpeedRpm < 8000
assert 50 < ps.current < 1000
assert ps.fanSpeedRpm < 10000

time.sleep(0.5)
et = time.monotonic() - st
Expand Down

0 comments on commit f08137f

Please sign in to comment.