We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ec229 commit 467c6edCopy full SHA for 467c6ed
examples/darwin-framework-tool/commands/clusters/ModelCommandBridge.h
@@ -38,7 +38,7 @@ class ModelCommand : public CHIPCommandBridge
38
39
/////////// CHIPCommand Interface /////////
40
CHIP_ERROR RunCommand() override;
41
- chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(10); }
+ chip::System::Clock::Timeout GetWaitDuration() const override { return chip::System::Clock::Seconds16(20); }
42
43
virtual CHIP_ERROR SendCommand(MTRBaseDevice * _Nonnull device, chip::EndpointId endPointId) = 0;
44
0 commit comments