tests: net: dns_resolve: Increase the number of socket descriptors
The test needs couple of more socket/file descriptors to work because CONFIG_POSIX_API creates three more file descriptors namely the stdin, stdout and stderr descriptors. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
This commit is contained in:
parent
3f96a87d1c
commit
6465e73825
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ CONFIG_ZTEST=y
|
|||
|
||||
CONFIG_MAIN_STACK_SIZE=1344
|
||||
CONFIG_NET_SOCKETS_POLL_MAX=9
|
||||
CONFIG_POSIX_MAX_FDS=5
|
||||
CONFIG_POSIX_MAX_FDS=8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue