From 4b6683cca1322c1c85db17f53c1ed639ca85b0ef Mon Sep 17 00:00:00 2001 From: Pavel Vasilyev Date: Wed, 30 Oct 2024 13:31:15 +0100 Subject: [PATCH] test: bluetooth: bsim: mesh: test_access: Increase timeout between proc Increase timeout between procedures in access_tx_transmitt test to avoid packet loss. Signed-off-by: Pavel Vasilyev --- tests/bsim/bluetooth/mesh/src/test_access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bsim/bluetooth/mesh/src/test_access.c b/tests/bsim/bluetooth/mesh/src/test_access.c index 6967aa6d71c..f2efd8a2bc5 100644 --- a/tests/bsim/bluetooth/mesh/src/test_access.c +++ b/tests/bsim/bluetooth/mesh/src/test_access.c @@ -812,7 +812,7 @@ static void tx_transmit(bool delayable) } /* Let the receiver hit the first semaphore. */ - k_sleep(K_SECONDS(1)); + k_sleep(K_SECONDS(2)); } PASS();