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:
parent
e4f1cc92af
commit
4b6683cca1
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ static void tx_transmit(bool delayable)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Let the receiver hit the first semaphore. */
|
/* Let the receiver hit the first semaphore. */
|
||||||
k_sleep(K_SECONDS(1));
|
k_sleep(K_SECONDS(2));
|
||||||
}
|
}
|
||||||
|
|
||||||
PASS();
|
PASS();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue