From 9473f60b8056673e4922693661e1e11329692b15 Mon Sep 17 00:00:00 2001 From: Seppo Takalo Date: Thu, 23 May 2024 10:08:13 +0300 Subject: [PATCH] test: lwm2m: Raise POSIX_MAX_FDS for native_sim LwM2M interoperability test binary requires a bit more file descriptors than the default 4. Signed-off-by: Seppo Takalo --- tests/net/lib/lwm2m/interop/boards/native_sim.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/net/lib/lwm2m/interop/boards/native_sim.conf b/tests/net/lib/lwm2m/interop/boards/native_sim.conf index 99b234c8e66..e9c1257b250 100644 --- a/tests/net/lib/lwm2m/interop/boards/native_sim.conf +++ b/tests/net/lib/lwm2m/interop/boards/native_sim.conf @@ -7,3 +7,4 @@ CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y CONFIG_NATIVE_UART_0_ON_STDINOUT=y CONFIG_ASAN=y CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="--seed-random" +CONFIG_POSIX_MAX_FDS=6