project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
42 stars 24 forks source link

[Feature] Make python test runner timeout configurable #401

Open rquidute opened 2 months ago

rquidute commented 2 months ago

Feature description

Currently the python test runner timeout timeout is hardcoded = 30. This PR will increase this value to 60 (https://github.com/project-chip/connectedhomeip/pull/35323)

The goal of this PR is to make this parameter configurable in TH.

Use Cases

User should be able to configure python test runner timeout in TH

Test Cases

No response

Additional Information

No response