[Feature] Adding THconfig schema as a new TH config field - #356
[Feature] Adding THconfig schema as a new TH config field#356antonio-amjr wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Tick the box to add this pull request to the merge queue (same as
|
Fix: project-chip/certification-tool#1038
Related to:
Description
User prompts during test execution timed out after a hardcoded 60s with no way to configure it. Adds a th_config object to the project's JSON config (alongside network/dut_config/test_parameters) holding Test-Harness-level
settings, starting with prompt_timeout_seconds. Also folds the existing ENABLE_REALTIME_PYTHON_TEST_LOGS env var into th_config as a per-project override, with the env var kept as the instance-wide fallback (non-breaking).
Changed
untouched.
Test plan