From fb1651f2d368fb2c622f44e6fbfa2ca20c2027dd Mon Sep 17 00:00:00 2001 From: Aastha Grover Date: Tue, 20 Jun 2023 15:05:54 -0400 Subject: [PATCH] tests: rtio_api: update default MAX_THREAD_BYTES TO 3 This is needed on some platforms where number of k_objects created surpasses the allowed. Signed-off-by: Aastha Grover --- tests/subsys/rtio/rtio_api/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/rtio/rtio_api/prj.conf b/tests/subsys/rtio/rtio_api/prj.conf index aa4a5fcfadbf56..9eaf6e7a537e1e 100644 --- a/tests/subsys/rtio/rtio_api/prj.conf +++ b/tests/subsys/rtio/rtio_api/prj.conf @@ -4,3 +4,4 @@ CONFIG_LOG=y CONFIG_RTIO=y CONFIG_RTIO_SYS_MEM_BLOCKS=y CONFIG_TIMING_FUNCTIONS=y +CONFIG_MAX_THREAD_BYTES=3