You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2019/06/18 12:55:31 UTC

[mynewt-nimble] 02/02: apps/bttester: Change default RPA timeout

This is an automated email from the ASF dual-hosted git repository.

naraj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit c04e4571503ee1b68a67c15f75eefe468cac7c32
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Tue Jun 18 11:47:14 2019 +0200

    apps/bttester: Change default RPA timeout
    
    With larger timeout the GAP/PRIV/CONN/BI-01-C testcase is more stable
    and passes 100% of the time.
---
 apps/bttester/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/bttester/syscfg.yml b/apps/bttester/syscfg.yml
index 92c8671..7fbfe34 100644
--- a/apps/bttester/syscfg.yml
+++ b/apps/bttester/syscfg.yml
@@ -83,7 +83,7 @@ syscfg.vals:
     BLE_L2CAP_COC_MAX_NUM: 2
     # Some testcases require MPS < MTU
     BLE_L2CAP_COC_MPS: 100
-    BLE_RPA_TIMEOUT: 10
+    BLE_RPA_TIMEOUT: 30
     BLE_SM_BONDING: 1
     BLE_SM_MITM: 1
     BLE_SM_SC: 1