From 5236d0554cbbb99cf2947f1425fb602393e78dcd Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Mon, 10 Jan 2022 19:52:22 -0500 Subject: [PATCH] Increase TestCluster timeout This timeout is the timeout for running the entire test suite. --- examples/chip-tool/commands/tests/TestCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {