Skip to content

Commit

Permalink
FW fingerprinting timing: fix refs (#30566)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Dec 1, 2023
1 parent 6ac75e4 commit e687be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/tests/test_fw_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_startup_timing(self):

@pytest.mark.timeout(60)
def test_fw_query_timing(self):
total_ref_time = 6.27
total_ref_time = 6.41
brand_ref_times = {
1: {
'body': 0.11,
Expand All @@ -237,7 +237,7 @@ def test_fw_query_timing(self):
'hyundai': 0.72,
'mazda': 0.2,
'nissan': 0.4,
'subaru': 0.4,
'subaru': 0.52,
'tesla': 0.2,
'toyota': 1.6,
'volkswagen': 0.2,
Expand Down

0 comments on commit e687be9

Please sign in to comment.