move slower unit tests to unitslow

This commit is contained in:
Mike Kinney
2022-01-05 21:12:50 -08:00
parent 6c7a870645
commit cba424fde0
5 changed files with 19 additions and 19 deletions

View File

@@ -591,7 +591,7 @@ def test_showNodes_exclude_self(capsys, caplog, reset_globals, iface_with_nodes)
capsys.readouterr()
@pytest.mark.unit
@pytest.mark.unitslow
def test_waitForConfig(caplog, capsys):
"""Test waitForConfig()"""
iface = MeshInterface(noProto=True)