tests: bluetooth: tester: Adjust Segment Retransmit Count

In test cases MESH/NODE/TNPT/BV-04-C and MESH/NODE/TNPT/BI-01-C
the PTS is sending incomplete Seg Ack 3 times and in some cases we run
out of retransmit attempts before PTS sends complete Seg Ack. As a
workaround, increase Segment Retransmit Count to improve stability of
these tests.

Signed-off-by: Michał Narajowski <michal.narajowski@codecoup.pl>
This commit is contained in:
Michał Narajowski 2021-10-07 11:57:28 +02:00 committed by Christopher Friedt
commit 5d0f2fbc1d

View file

@ -45,6 +45,7 @@ CONFIG_BT_MESH_LPN_POLL_TIMEOUT=100
CONFIG_BT_MESH_PROVISIONER=y
CONFIG_BT_MESH_CDB_NODE_COUNT=3
CONFIG_BT_MESH_PROV_OOB_PUBLIC_KEY=y
CONFIG_BT_MESH_TX_SEG_RETRANS_COUNT=5
CONFIG_BT_TINYCRYPT_ECC=y
CONFIG_BT_TESTING=y