Skip to content

Commit 1303767

Browse files
committed
Extend timeout
1 parent b705ade commit 1303767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/zephyr-cp/tests/bsim/test_bsim_ble_scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def test_bsim_scan_zephyr_beacon_reload(bsim_phy, circuitpython, zephyr_sample):
9393

9494
@pytest.mark.zephyr_sample("bluetooth/beacon")
9595
@pytest.mark.code_py_runs(2)
96-
@pytest.mark.duration(4)
96+
@pytest.mark.duration(8)
9797
@pytest.mark.circuitpy_drive({"code.py": BSIM_SCAN_RELOAD_NO_STOP_CODE})
9898
def test_bsim_scan_zephyr_beacon_reload_no_stop(bsim_phy, circuitpython, zephyr_sample):
9999
"""Scan for Zephyr beacon without explicit stop, soft reload, and scan again."""

0 commit comments

Comments
 (0)