pull/29712/head
Justin Newberry 2 years ago
parent 4f2e9e4bd8
commit 1e05023e3c
  1. 4
      selfdrive/car/tests/test_fw_fingerprint.py

@ -238,7 +238,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
@pytest.mark.timeout(60) @pytest.mark.timeout(60)
def test_fw_query_timing(self): def test_fw_query_timing(self):
total_ref_time = 6.41 total_ref_time = 6.4
brand_ref_times = { brand_ref_times = {
1: { 1: {
'body': 0.1, 'body': 0.1,
@ -248,7 +248,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
'hyundai': 0.7, 'hyundai': 0.7,
'mazda': 0.2, 'mazda': 0.2,
'nissan': 0.4, 'nissan': 0.4,
'subaru': 0.52, 'subaru': 0.5,
'tesla': 0.2, 'tesla': 0.2,
'toyota': 1.6, 'toyota': 1.6,
'volkswagen': 0.2, 'volkswagen': 0.2,

Loading…
Cancel
Save