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 731c327 commit c6c21fbCopy full SHA for c6c21fb
1 file changed
test/functional/qml_test_wallet_settings.py
@@ -133,6 +133,7 @@ def wait_for_wallet_ready(harness, gui):
133
134
135
def load_wallet(gui, harness, wallet_name):
136
+ wait_for_rpc(harness.gui_rpc_port, timeout=60)
137
rpc_call(harness.gui_rpc_port, "loadwallet", [wallet_name])
138
wait_for_wallet_ready(harness, gui)
139
gui.wait_for_property("walletBadge", "noWalletLoaded", False, timeout_ms=5000)
0 commit comments