pandad: update test thresholds

old-commit-hash: f08137f6182d2667803ac6e75e86fb605d0a8b1c
This commit is contained in:
Adeeb Shihadeh
2024-06-13 10:29:57 -07:00
parent 4a9358f3f0
commit 7cd75b8290

View File

@@ -84,8 +84,8 @@ class TestBoarddSpi:
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