forked from LBRYCommunity/lbry-sdk
re-enable test_losing_connection
This commit is contained in:
parent
6254f53716
commit
9b3b609e40
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue