Skip to content

Commit aa0c52f

Browse files
KKopyscinskicarlescufi
authored andcommitted
tests: bluetooth: tester: Improve stability of MESH/NODE/TNPT/BV-05-C
IUT is requested to send 2 multi-segmented model messages. In mean time, third may be sent from Config Model Publication Status may be sent, which is also segmented. One of the 3 messages will fail to be sent, but test is passing if it is Status one. Let's increase number of possible concurrent transmissions to allow all three messages to be sent. Signed-off-by: Krzysztof Kopyściński <[email protected]>
1 parent 9892af1 commit aa0c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bluetooth/tester/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ CONFIG_BT_MESH_HEALTH_CLI=y
4545
CONFIG_BT_MESH_FRIEND=y
4646
CONFIG_BT_MESH_FRIEND_QUEUE_SIZE=32
4747
CONFIG_BT_MESH_RX_SEG_MAX=13
48-
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=2
48+
CONFIG_BT_MESH_TX_SEG_MSG_COUNT=3
4949
CONFIG_BT_MESH_LPN_POLL_TIMEOUT=100
5050
CONFIG_BT_MESH_PROVISIONER=y
5151
CONFIG_BT_MESH_CDB=y

0 commit comments

Comments
 (0)