Skip to content

Commit

Permalink
placeholder UDS timing
Browse files Browse the repository at this point in the history
  • Loading branch information
jyoung8607 committed Sep 19, 2024
1 parent bbd40f3 commit 0b051d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opendbc/car/tests/test_fw_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,13 @@ def fake_get_ecu_addrs(*_, timeout):
print(f'get_vin {name} case, query time={self.total_time / self.N} seconds')

def test_fw_query_timing(self, subtests, mocker):
total_ref_time = {1: 6.9, 2: 7.5}
total_ref_time = {1: 7.0, 2: 7.6} # FIXME: Placeholder, adjust timing when FCA Giorgio UDS is implemented
brand_ref_times = {
1: {
'gm': 1.0,
'body': 0.1,
'chrysler': 0.3,
'fca_giorgio': 0.1, # FIXME: Placeholder, adjust timing when FCA Giorgio UDS is implemented
'ford': 1.5,
'honda': 0.45,
'hyundai': 0.65,
Expand Down

0 comments on commit 0b051d5

Please sign in to comment.