test_encoder: adjust file size tolerance

pull/32656/head
Adeeb Shihadeh 11 months ago committed by GitHub
parent 451e171ad9
commit b51472048c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      system/loggerd/tests/test_encoder.py

@ -27,7 +27,7 @@ CAMERAS = [
]
# we check frame count, so we don't have to be too strict on size
FILE_SIZE_TOLERANCE = 0.5
FILE_SIZE_TOLERANCE = 0.7
@pytest.mark.tici # TODO: all of loggerd should work on PC

Loading…
Cancel
Save