From fab48da908f3f81135b9163edf5011d1e5f6ef6e Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 4 Dec 2020 10:31:24 +0100 Subject: test: Fix intermittent wallet_multiwallet issue with got_loading_error --- test/functional/wallet_multiwallet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/wallet_multiwallet.py') diff --git a/test/functional/wallet_multiwallet.py b/test/functional/wallet_multiwallet.py index 3b1c87efaf..bb89e76a9a 100755 --- a/test/functional/wallet_multiwallet.py +++ b/test/functional/wallet_multiwallet.py @@ -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: -- cgit v1.2.3