test_onroad: adjust rlog size (#34336)

s
pull/34339/head^2
Maxime Desroches 4 months ago committed by GitHub
parent 2290d2f2fb
commit 89204b5464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/test/test_onroad.py

@ -103,7 +103,7 @@ TIMINGS = {
LOGS_SIZE_RATE = {
"qlog": 0.0083,
"rlog": 0.1528,
"rlog": 0.135,
"qcamera.ts": 0.03828,
}
LOGS_SIZE_RATE.update(dict.fromkeys(['ecamera.hevc', 'fcamera.hevc'], 1.2740))

Loading…
Cancel
Save