diff --git a/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h b/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h index 7346ebd2807bfb..2553ccd9cd4ed1 100644 --- a/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h +++ b/examples/all-clusters-app/linux/include/CHIPProjectAppConfig.h @@ -42,3 +42,6 @@ // Marks that a ModeBase Derived cluster is being used. #define EMBER_AF_PLUGIN_MODE_BASE + +// Enable batching of up to 5 commands. +#define CHIP_CONFIG_MAX_PATHS_PER_INVOKE 5 diff --git a/src/app/tests/suites/TestBasicInformation.yaml b/src/app/tests/suites/TestBasicInformation.yaml index 3a61329188f80d..ca62f39aafea85 100644 --- a/src/app/tests/suites/TestBasicInformation.yaml +++ b/src/app/tests/suites/TestBasicInformation.yaml @@ -213,8 +213,8 @@ tests: command: "readAttribute" attribute: "MaxPathsPerInvoke" response: - # For now all-clusters-app only supports 1 max paths per invoke. - value: 1 + constraints: + minValue: 1 - label: "Write global ClusterRevision attribute" command: "writeAttribute"