From 328bfefb5a6f2519210b04c802f6a0b9fbff0637 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Mon, 31 Jul 2023 22:18:06 -0700 Subject: [PATCH] FW query timing test: fix total time ref --- selfdrive/car/tests/test_fw_fingerprint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/tests/test_fw_fingerprint.py b/selfdrive/car/tests/test_fw_fingerprint.py index 8b073039c9..3feb595219 100755 --- a/selfdrive/car/tests/test_fw_fingerprint.py +++ b/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') def test_fw_query_timing(self): - total_ref_time = 6.0 + total_ref_time = 6.1 brand_ref_times = { 1: { 'body': 0.1,