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

@@ -882,7 +882,7 @@ def test_onResponseRequestSetting_with_error(capsys):
assert err == ''
@pytest.mark.unit
@pytest.mark.unitslow
def test_waitForConfig():
"""Test waitForConfig()"""
anode = Node('foo', 'bar')