MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / wait_until

Method wait_until

test/functional/test_framework/test_node.py:861–862  ·  view source on GitHub ↗
(self, test_function, timeout=60, check_interval=0.05)

Source from the content-addressed store, hash-verified

859 self.setmocktime(self.mocktime)
860
861 def wait_until(self, test_function, timeout=60, check_interval=0.05):
862 return wait_until_helper_internal(test_function, timeout=timeout, timeout_factor=self.timeout_factor, check_interval=check_interval)
863
864class TestNodeCLIAttr:
865 def __init__(self, cli, command):

Callers 6

wait_until_stoppedMethod · 0.95
wait_for_new_peerMethod · 0.95
disconnect_p2psMethod · 0.95
add_p2p_connectionMethod · 0.45

Calls 1

Tested by

no test coverage detected