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 132decb commit df1963fCopy full SHA for df1963f
test/functional/wallet_multiwallet.py
@@ -289,6 +289,9 @@ def wallet_file(name):
289
global got_loading_error
290
assert_equal(got_loading_error, True)
291
292
+ if self.options.usecli:
293
+ self.log.info("Sleeping for 1 minute")
294
+ time.sleep(60)
295
self.log.info("Load remaining wallets")
296
for wallet_name in wallet_names[2:]:
297
loadwallet_name = self.nodes[0].loadwallet(wallet_name)
0 commit comments