CI: increase test car interfaces examples (#31641)

* increase

* huh

* Revert "huh"

This reverts commit 1a652cbed0.

* no huge fp dicts

* ugh

* try 300

* test

* at least increase a bit
pull/31675/head
Shane Smiskol 1 year ago committed by GitHub
parent 9616b3f717
commit bf20358440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/tests/test_car_interfaces.py

@ -22,7 +22,7 @@ from openpilot.selfdrive.test.fuzzy_generation import DrawType, FuzzyGenerator
ALL_ECUS = list({ecu for ecus in FW_VERSIONS.values() for ecu in ecus.keys()})
MAX_EXAMPLES = int(os.environ.get('MAX_EXAMPLES', '20'))
MAX_EXAMPLES = int(os.environ.get('MAX_EXAMPLES', '40'))
def get_fuzzy_car_interface_args(draw: DrawType) -> dict:

Loading…
Cancel
Save