working on more unit tests

This commit is contained in:
Mike Kinney
2022-01-01 15:48:33 -08:00
parent 8b6321ce7f
commit 83c18f4008
3 changed files with 45 additions and 7 deletions

View File

@@ -888,6 +888,6 @@ def test_waitForConfig():
anode = Node('foo', 'bar')
radioConfig = RadioConfig()
anode.radioConfig = radioConfig
anode._timeout = Timeout(0.1)
anode._timeout = Timeout(0.01)
result = anode.waitForConfig()
assert not result