test_onroad: bump up hevc size

pull/33706/head^2
Adeeb Shihadeh 7 months ago committed by GitHub
parent 98e1d840de
commit c87f953396
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/test/test_onroad.py

@ -214,7 +214,7 @@ class TestOnroad:
elif f.name == "rlog":
assert 5 < sz < 50
elif f.name.endswith('.hevc'):
assert 70 < sz < 77
assert 70 < sz < 80
else:
raise NotImplementedError

Loading…
Cancel
Save