Skip to content

Commit fab48da

Browse files
author
MarcoFalke
committed
test: Fix intermittent wallet_multiwallet issue with got_loading_error
1 parent fa8e15f commit fab48da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_multiwallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
def test_load_unload(node, name):
2929
global got_loading_error
30-
for _ in range(10):
30+
while True:
3131
if got_loading_error:
3232
return
3333
try:

0 commit comments

Comments
 (0)