tests: net: sokcets: tcp: Adjust net_pkt count
Since the loopback driver makes use of the RX packet pool now, adjust the packet count for the test. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
0088aaefa0
commit
c1f06c7442
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"
|
|||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
|
||||
# The test requires lot of bufs
|
||||
CONFIG_NET_PKT_TX_COUNT=24
|
||||
CONFIG_NET_PKT_RX_COUNT=8
|
||||
CONFIG_NET_PKT_TX_COUNT=8
|
||||
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_STACK_SIZE=2048
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue