Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a step timeout for Matter.framework unit tests.
If a test hangs, we end up running until job timeout after 6 hours. But that skips later steps, including log uploads, which makes it harder to figure out why the hang happened. The fix is to use a timeout on the test job that is somewhat shorter than the 6-hour job timeout, so we allow time for the log upload too.
- Loading branch information