You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a step timeout for Matter.framework unit tests. (#35530)
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.
0 commit comments