tests: bsim: cap_broadcast_reception: Workaround time dependent issue
This test is overly sensitive to the relative timing of the devices and/or their random number generation. Due to this the test failed with its current setup when chanding the random generation for the nrf54. Let's work around it by offsetting a bit one of the devices. This is a provisional workaround until the underlying issue is addressed. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
196062580f
commit
d961258788
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
|
|||
|
||||
Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_audio_prj_conf \
|
||||
-v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} -d=2 -testid=cap_acceptor_broadcast_reception \
|
||||
-RealEncryption=1 -rs=69 -D=${NR_OF_DEVICES}
|
||||
-RealEncryption=1 -rs=69 -D=${NR_OF_DEVICES} -start_offset=7e3
|
||||
|
||||
# Simulation time should be larger than the WAIT_TIME in common.h
|
||||
Execute ./bs_2G4_phy_v1 -v=${VERBOSITY_LEVEL} -s=${SIMULATION_ID} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue