From 1f67acfed98b17b6ebb6ccf469778f726e2d9c7e Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 14 Feb 2024 01:00:44 -0600 Subject: [PATCH] test models: more examples in CI (#31444) * more examples * how is it so fast?! * 500 * is there a hypothesis cache? all * Revert "is there a hypothesis cache?" This reverts commit e628ba73d5b639e36f95df0ab9049697b34a58b8. * same as jenkins old-commit-hash: 9479686fa399ed95232d9419c1e566fb51ce586f --- selfdrive/car/tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/car/tests/test_models.py b/selfdrive/car/tests/test_models.py index 85472c756d..37d59af994 100755 --- a/selfdrive/car/tests/test_models.py +++ b/selfdrive/car/tests/test_models.py @@ -36,7 +36,7 @@ NUM_JOBS = int(os.environ.get("NUM_JOBS", "1")) JOB_ID = int(os.environ.get("JOB_ID", "0")) INTERNAL_SEG_LIST = os.environ.get("INTERNAL_SEG_LIST", "") INTERNAL_SEG_CNT = int(os.environ.get("INTERNAL_SEG_CNT", "0")) -MAX_EXAMPLES = int(os.environ.get("MAX_EXAMPLES", "50")) +MAX_EXAMPLES = int(os.environ.get("MAX_EXAMPLES", "300")) CI = os.environ.get("CI", None) is not None