Skip to content

Commit

Permalink
Increase TestCluster timeout
Browse files Browse the repository at this point in the history
This timeout is the timeout for running the entire test suite.
  • Loading branch information
cecille committed Jan 11, 2022
1 parent 19f61eb commit 5236d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chip-tool/commands/tests/TestCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <type_traits>
#include <zap-generated/tests/CHIPClustersTest.h>

constexpr uint16_t kTimeoutInSeconds = 30;
constexpr uint16_t kTimeoutInSeconds = 90;

class TestCommand : public CHIPCommand
{
Expand Down

0 comments on commit 5236d05

Please sign in to comment.