test: Fix intermittent wallet_multiwallet issue with got_loading_error

This commit is contained in:
MarcoFalke 2020-12-04 10:31:24 +01:00
parent fa8e15f7b7
commit fab48da908
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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: