lower loop
This commit is contained in:
parent
f6ff532cf3
commit
d253a576e3
|
@ -26,7 +26,7 @@ class TestFwFingerprint:
|
||||||
def test_exact_match(self, brand, car_model, ecus, test_non_essential):
|
def test_exact_match(self, brand, car_model, ecus, test_non_essential):
|
||||||
config = FW_QUERY_CONFIGS[brand]
|
config = FW_QUERY_CONFIGS[brand]
|
||||||
CP = CarParams()
|
CP = CarParams()
|
||||||
for _ in range(100):
|
for _ in range(20):
|
||||||
fw = []
|
fw = []
|
||||||
for ecu, fw_versions in ecus.items():
|
for ecu, fw_versions in ecus.items():
|
||||||
# Assume non-essential ECUs apply to all cars, so we catch cases where Car A with
|
# Assume non-essential ECUs apply to all cars, so we catch cases where Car A with
|
||||||
|
|
Loading…
Reference in New Issue