mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
FW fingerprinting timing: fix refs (#30566)
old-commit-hash: e687be939e7cf67c4a75b87320ab058941d4316f
This commit is contained in:
@@ -227,7 +227,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.27
|
total_ref_time = 6.41
|
||||||
brand_ref_times = {
|
brand_ref_times = {
|
||||||
1: {
|
1: {
|
||||||
'body': 0.11,
|
'body': 0.11,
|
||||||
@@ -237,7 +237,7 @@ class TestFwFingerprintTiming(unittest.TestCase):
|
|||||||
'hyundai': 0.72,
|
'hyundai': 0.72,
|
||||||
'mazda': 0.2,
|
'mazda': 0.2,
|
||||||
'nissan': 0.4,
|
'nissan': 0.4,
|
||||||
'subaru': 0.4,
|
'subaru': 0.52,
|
||||||
'tesla': 0.2,
|
'tesla': 0.2,
|
||||||
'toyota': 1.6,
|
'toyota': 1.6,
|
||||||
'volkswagen': 0.2,
|
'volkswagen': 0.2,
|
||||||
|
|||||||
Reference in New Issue
Block a user