mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -03:00
test: Fix intermittent wallet_multiwallet issue with got_loading_error
This commit is contained in:
parent
fa8e15f7b7
commit
fab48da908
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ got_loading_error = False
|
|||
|
||||
def test_load_unload(node, name):
|
||||
global got_loading_error
|
||||
for _ in range(10):
|
||||
while True:
|
||||
if got_loading_error:
|
||||
return
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue