Skip to content

Commit

Permalink
bttester: allow for more retransmit attempts in mesh
Browse files Browse the repository at this point in the history
This improves stability of transport tests
  • Loading branch information
KKopyscinski committed May 7, 2021
1 parent b68ec11 commit ae27214
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/bttester/syscfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ae27214

Please sign in to comment.