From 5d0f2fbc1dbac2e280fa7a36c7b5ce09222e997b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Narajowski?= Date: Thu, 7 Oct 2021 11:57:28 +0200 Subject: [PATCH] tests: bluetooth: tester: Adjust Segment Retransmit Count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tests/bluetooth/tester/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bluetooth/tester/prj.conf b/tests/bluetooth/tester/prj.conf index e1599f6f1f2..ae41dd8f9b2 100644 --- a/tests/bluetooth/tester/prj.conf +++ b/tests/bluetooth/tester/prj.conf @@ -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