revert rest of gm

pull/31227/head
Shane Smiskol 2 years ago
parent f528105bb3
commit cff2ca4793
  1. 3
      selfdrive/car/tests/test_fw_fingerprint.py

@ -246,10 +246,9 @@ 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 = 7.1 total_ref_time = 6.5
brand_ref_times = { brand_ref_times = {
1: { 1: {
'gm': 0.5,
'body': 0.1, 'body': 0.1,
'chrysler': 0.3, 'chrysler': 0.3,
'ford': 0.2, 'ford': 0.2,

Loading…
Cancel
Save