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 <seppo.takalo@nordicsemi.no>
This commit is contained in:
Seppo Takalo 2024-05-23 10:08:13 +03:00 committed by Carles Cufí
commit 9473f60b80

View file

@ -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