We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ed47 commit ed057daCopy full SHA for ed057da
test/functional/test_framework/mininode.py
@@ -373,6 +373,8 @@ def on_version(self, message):
373
def wait_for_disconnect(self, timeout=60):
374
test_function = lambda: self.state != "connected"
375
wait_until(test_function, timeout=timeout, lock=mininode_lock)
376
+ # This is a hack. The related issues should be fixed by bitcoin 14119 and 14457.
377
+ time.sleep(1)
378
379
# Message receiving helper methods
380
0 commit comments