mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 23:54:33 +02:00
ci: decrease test case amount per job
for now some jobs are reaching 1 hour timeout
This commit is contained in:
@@ -12,7 +12,7 @@ DEFAULT_TEST_PATHS = [
|
||||
]
|
||||
|
||||
DEFAULT_APPS_BUILD_PER_JOB = 60
|
||||
DEFAULT_CASES_TEST_PER_JOB = 60
|
||||
DEFAULT_CASES_TEST_PER_JOB = 30
|
||||
|
||||
DEFAULT_BUILD_CHILD_PIPELINE_FILEPATH = os.path.join(IDF_PATH, 'build_child_pipeline.yml')
|
||||
DEFAULT_TARGET_TEST_CHILD_PIPELINE_FILEPATH = os.path.join(IDF_PATH, 'target_test_child_pipeline.yml')
|
||||
|
Reference in New Issue
Block a user