diff --git a/examples/chip-tool/commands/tests/TestCommand.h b/examples/chip-tool/commands/tests/TestCommand.h index 3926ea24816486..acaff9a8335859 100644 --- a/examples/chip-tool/commands/tests/TestCommand.h +++ b/examples/chip-tool/commands/tests/TestCommand.h @@ -29,7 +29,7 @@ #include #include -constexpr uint16_t kTimeoutInSeconds = 30; +constexpr uint16_t kTimeoutInSeconds = 90; class TestCommand : public CHIPCommand {