Skip to content

Commit

Permalink
bump qcamera too
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Oct 2, 2024
1 parent c87f953 commit af60921
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 @@ -208,7 +208,7 @@ def test_cloudlog_size(self):
def test_log_sizes(self):
for f, sz in self.log_sizes.items():
if f.name == "qcamera.ts":
assert 2.15 < sz < 2.35
assert 2.15 < sz < 2.6
elif f.name == "qlog":
assert 0.4 < sz < 0.55
elif f.name == "rlog":
Expand Down

0 comments on commit af60921

Please sign in to comment.