test_fw_fingerprint: remove timeout

it's fast now
pull/31367/head
Shane Smiskol 1 year ago committed by GitHub
parent d265f5a6ab
commit 1b0a4746eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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