test_fw_fingerprint: remove timeout

it's fast now
old-commit-hash: 1b0a4746eb
pull/32199/head
Shane Smiskol 1 year ago committed by GitHub
parent e0c1cb2f61
commit b8952216c0
  1. 1
      selfdrive/car/tests/test_fw_fingerprint.py

@ -252,7 +252,6 @@ class TestFwFingerprintTiming(unittest.TestCase):
self._assert_timing(self.total_time / self.N, vin_ref_times[name])
print(f'get_vin {name} case, query time={self.total_time / self.N} seconds')
@pytest.mark.timeout(60)
def test_fw_query_timing(self):
total_ref_time = {1: 5.95, 2: 6.85}
brand_ref_times = {

Loading…
Cancel
Save