FW query timing test: fix total time ref

pull/28782/head
Shane Smiskol 2 years ago
parent da91555056
commit 328bfefb5a
  1. 2
      selfdrive/car/tests/test_fw_fingerprint.py

@ -220,7 +220,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
print(f'get_vin, query time={vin_time / self.N} seconds') print(f'get_vin, query time={vin_time / self.N} seconds')
def test_fw_query_timing(self): def test_fw_query_timing(self):
total_ref_time = 6.0 total_ref_time = 6.1
brand_ref_times = { brand_ref_times = {
1: { 1: {
'body': 0.1, 'body': 0.1,

Loading…
Cancel
Save