Skip to content

Commit

Permalink
test_onroad: lower lower log size bound
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Jul 30, 2024
1 parent 086dcfe commit 0fe143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/test/test_onroad.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_log_sizes(self):
if f.name == "qcamera.ts":
assert 2.15 < sz < 2.35
elif f.name == "qlog":
assert 0.45 < sz < 0.55
assert 0.4 < sz < 0.55
elif f.name == "rlog":
assert 5 < sz < 50
elif f.name.endswith('.hevc'):
Expand Down

0 comments on commit 0fe143e

Please sign in to comment.