We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b705ade commit 1303767Copy full SHA for 1303767
ports/zephyr-cp/tests/bsim/test_bsim_ble_scan.py
@@ -93,7 +93,7 @@ def test_bsim_scan_zephyr_beacon_reload(bsim_phy, circuitpython, zephyr_sample):
93
94
@pytest.mark.zephyr_sample("bluetooth/beacon")
95
@pytest.mark.code_py_runs(2)
96
-@pytest.mark.duration(4)
+@pytest.mark.duration(8)
97
@pytest.mark.circuitpy_drive({"code.py": BSIM_SCAN_RELOAD_NO_STOP_CODE})
98
def test_bsim_scan_zephyr_beacon_reload_no_stop(bsim_phy, circuitpython, zephyr_sample):
99
"""Scan for Zephyr beacon without explicit stop, soft reload, and scan again."""
0 commit comments