mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 15:23:53 +08:00
test_fw_fingerprint: remove timeout
it's fast now
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user