Skip to content

Commit

Permalink
[chip-tool] Raise the number of paths that can be used in a single re…
Browse files Browse the repository at this point in the history
…quest from 10 to 64 (#28069)
  • Loading branch information
vivien-apple authored and pull[bot] committed Aug 9, 2023
1 parent e13d52a commit 2423106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <lib/support/CodeUtils.h>
#include <lib/support/UnitTestUtils.h>

constexpr uint8_t kMaxAllowedPaths = 10;
constexpr uint8_t kMaxAllowedPaths = 64;

namespace chip {
namespace test_utils {
Expand Down

0 comments on commit 2423106

Please sign in to comment.