Skip to content

Commit

Permalink
here too
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Aug 21, 2024
1 parent 55cae02 commit 06b4cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendbc/car/tests/test_fw_fingerprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def assertFingerprints(self, candidates, expected):
def test_exact_match(self, brand, car_model, ecus, test_non_essential):
config = FW_QUERY_CONFIGS[brand]
CP = CarParams()
for _ in range(20):
for _ in range(5):
fw = []
for ecu, fw_versions in ecus.items():
# Assume non-essential ECUs apply to all cars, so we catch cases where Car A with
Expand Down

0 comments on commit 06b4cad

Please sign in to comment.