fix test
This commit is contained in:
parent
20022d49c1
commit
6e327d729b
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class DHTIntegrationTest(AsyncioTestCase):
|
|||
await asyncio.sleep(.3) # let pending events settle
|
||||
self.assertFalse(node.protocol.routing_table.get_peers())
|
||||
for network_node in self.nodes[:-1]:
|
||||
await network_node.start_listening('127.0.0.1')
|
||||
network_node.start('127.0.0.1', self.known_node_addresses)
|
||||
self.assertFalse(node.protocol.routing_table.get_peers())
|
||||
timeout = 20
|
||||
while not node.protocol.routing_table.get_peers():
|
||||
|
|
Loading…
Reference in a new issue