Skip to content

Commit 39dbdda

Browse files
PavelVPVkartben
authored andcommitted
tests: bsim: bluetooth: ll: multiple_id: Increase event pool size
Increase events pool size to avoid deadlocks on nRF5340 platform. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent ec1c4d4 commit 39dbdda

File tree

1 file changed

+3
-0
lines changed
  • tests/bsim/bluetooth/ll/multiple_id

1 file changed

+3
-0
lines changed

tests/bsim/bluetooth/ll/multiple_id/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ CONFIG_BT_SMP_ALLOW_UNAUTH_OVERWRITE=y
7171
# the logs.
7272
CONFIG_BOOT_BANNER=n
7373
CONFIG_PRINTK=n
74+
75+
# Increase the number of buffers to avoid deadlocks
76+
CONFIG_BT_BUF_EVT_RX_COUNT=14

0 commit comments

Comments
 (0)