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 d4ebdce commit faa6715Copy full SHA for faa6715
test/functional/test_framework/p2p.py
@@ -464,7 +464,7 @@ def test_function():
464
465
def wait_for_connect(self, timeout=60):
466
test_function = lambda: self.is_connected
467
- wait_until_helper(test_function, timeout=timeout, lock=p2p_lock)
+ self.wait_until(test_function, timeout=timeout, check_connected=False)
468
469
def wait_for_disconnect(self, timeout=60):
470
test_function = lambda: not self.is_connected
0 commit comments