From 7d373c7c28c20c10009e93c96481a5dcf41be3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Storr=C3=B8?= Date: Wed, 20 Dec 2023 11:02:59 +0100 Subject: [PATCH] Bluetooth: Mesh: Fix broken proxy adv test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Relaxes test requirements for proxy_adv_multi_subnet_coex to resolve failing test on CI. Signed-off-by: Anders Storrø --- tests/bsim/bluetooth/mesh/src/test_beacon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bsim/bluetooth/mesh/src/test_beacon.c b/tests/bsim/bluetooth/mesh/src/test_beacon.c index a4a238f0be..938b5dc141 100644 --- a/tests/bsim/bluetooth/mesh/src/test_beacon.c +++ b/tests/bsim/bluetooth/mesh/src/test_beacon.c @@ -2081,7 +2081,7 @@ static void test_rx_proxy_adv_multi_subnet_coex(void) /** Second and third subnet are disabled. Verify that the single * subnet has exclusive access to the adv medium. */ - {.evt_type = BEACON_TYPE_NET_ID, .net_idx = 0, .evt_cnt = 19, + {.evt_type = BEACON_TYPE_NET_ID, .net_idx = 0, .evt_cnt = 18, .time = {.after = PROXY_ADV_MULTI_CHECKPOINT_4, .before = PROXY_ADV_MULTI_CHECKPOINT_END}}, };