bttester: Allow for more retransmit attempts in mesh

This improves stability of transport tests
This commit is contained in:
Krzysztof Kopyściński
2021-05-27 10:19:29 +02:00
committed by Michał Narajowski
parent a62a2e37cc
commit 5ea192af01
+3 -2
View File
@@ -80,7 +80,7 @@ syscfg.vals:
SHELL_TASK: 0
SHELL_NEWTMGR: 0
LOG_LEVEL: 12
MSYS_1_BLOCK_COUNT: 80
MSYS_1_BLOCK_COUNT: 100
BLE_MONITOR_RTT: 1
CONSOLE_RTT: 0
@@ -127,7 +127,8 @@ syscfg.vals:
BLE_MESH_CFG_CLI: 1
BLE_MESH_RX_SDU_MAX: 110
BLE_MESH_HEALTH_CLI: 1
BLE_MESH_FRIEND_QUEUE_SIZE: 32
BLE_MESH_FRIEND_QUEUE_SIZE: 16
BLE_MESH_SEG_RETRANSMIT_ATTEMPTS: 6
BLE_MESH_RX_SEG_MAX: 13
BLE_MESH_TX_SEG_MSG_COUNT: 2
BLE_MAX_CONNECTIONS: 8