Skip to content

Commit

Permalink
Merge branch 'rik/latency_test'
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Jan 8, 2025
2 parents d2af9f9 + 2b40c34 commit c0bb60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/QA/test_radio.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@pytest.mark.sanity
class TestRadio:
def test_latency_small_packets(self, dev: conftest.BCDevice):
def test_latency(self, dev: conftest.BCDevice):
requirement = conftest.get_requirement('radio.latency')
assert(latency(dev.link_uri, dev.cf) < requirement['limit_high_ms'])

Expand Down

0 comments on commit c0bb60f

Please sign in to comment.