Skip to content

Commit 739f238

Browse files
PavelVPVm-alperen-sener
authored andcommitted
[nrf fromtree] tests: bluetooth: tester: mesh: Increase CMD tx bufs
Increase CONFIG_BT_BUF_CMD_TX_COUNT to avoid deadlock when running out of buffers. See #77241 for the reference. This fixes Mesh Provisioning Service tests (MESH/NODE/MPS). Signed-off-by: Pavel Vasilyev <[email protected]> (cherry picked from commit 6c35d37)
1 parent ead001c commit 739f238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/bluetooth/tester/overlay-mesh.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,6 @@ CONFIG_BT_MESH_COMP_PAGE_2=y
5858
CONFIG_BT_MESH_BRG_CFG_SRV=y
5959
CONFIG_BT_MESH_BRG_CFG_CLI=y
6060
CONFIG_SETTINGS=y
61+
62+
# Increase the number of buffers to avoid deadlock when running out of buffers
63+
CONFIG_BT_BUF_CMD_TX_COUNT=4

0 commit comments

Comments
 (0)