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
chip-tool commands time out and fail on slower devices such as SED. It happens randomly, sometimes there is only 1 second missing but it's enough to fail. Certain commands especially in administrator commissioning and operational credentials areas have more complexity and need more time to execute than just 10 seconds.
Problem
chip-tool commands time out and fail on slower devices such as SED. It happens randomly, sometimes there is only 1 second missing but it's enough to fail. Certain commands especially in administrator commissioning and operational credentials areas have more complexity and need more time to execute than just 10 seconds.
Proposed Solution
In ModelCommand.h change:
chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(mTimeout.ValueOr(10)); }
so it uses default timeout of 20.
The text was updated successfully, but these errors were encountered: