re-enable test_losing_connection

This commit is contained in:
Victor Shyba 2021-07-08 03:46:48 -03:00
parent 6254f53716
commit 9b3b609e40

View file

@ -92,7 +92,7 @@ class TestNodePingQueueDiscover(AsyncioTestCase):
class TestTemporarilyLosingConnection(AsyncioTestCase):
@unittest.SkipTest
TIMEOUT = None # not supported as it advances time
async def test_losing_connection(self):
async def wait_for(check_ok, insist, timeout=20):
start = loop.time()