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:
parent
872f560981
commit
5d0f2fbc1d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue