MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / wait_until_stopped

Method wait_until_stopped

test/functional/test_framework/test_node.py:246–247  ·  view source on GitHub ↗
(self, timeout=BITCOIND_PROC_WAIT_TIMEOUT)

Source from the content-addressed store, hash-verified

244 return True
245
246 def wait_until_stopped(self, timeout=BITCOIND_PROC_WAIT_TIMEOUT):
247 wait_until(self.is_node_stopped, timeout=timeout)
248
249 @contextlib.contextmanager
250 def assert_debug_log(self, expected_msgs):

Callers 5

node_encrypt_walletMethod · 0.95
_test_stopatheightMethod · 0.80
stop_nodeMethod · 0.80
stop_nodesMethod · 0.80

Calls 1

wait_untilFunction · 0.85

Tested by

no test coverage detected