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 <pavel.vasilyev@nordicsemi.no>
This commit is contained in:
Pavel Vasilyev 2024-10-30 13:31:15 +01:00 committed by Anas Nashif
commit 4b6683cca1

View file

@ -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();