Skip to content

Commit 3329fef

Browse files
PavelVPVkartben
authored andcommitted
tests: bsim: bluetooth: ll: multiple_id: Increase test timeout
multiple.sh couldn't complete with the previous timeout on nRF54L15. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent ef7681d commit 3329fef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/bsim/bluetooth/ll/multiple_id/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ static void test_peripheral_multilink_main(void)
164164

165165
static void test_multiple_init(void)
166166
{
167-
bst_ticker_set_next_tick_absolute(1500e6);
167+
bst_ticker_set_next_tick_absolute(1800e6);
168168
bst_result = In_progress;
169169
}
170170

tests/bsim/bluetooth/ll/multiple_id/tests_scripts/multiple.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ Execute ./bs_${BOARD_TS}_tests_bsim_bluetooth_ll_multiple_id_prj_conf -RealEncry
1818
-v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -rs=6
1919

2020
Execute ./bs_2G4_phy_v1 -v=${verbosity_level} -s=${simulation_id} \
21-
-D=2 -sim_length=1800e6 $@ -argschannel -at=40
21+
-D=2 -sim_length=2000e6 $@ -argschannel -at=40
2222

2323
wait_for_background_jobs

0 commit comments

Comments
 (0)