From 15766b418da51c02b8ed8864f2c753c8feb813dc Mon Sep 17 00:00:00 2001 From: scgbckbone Date: Fri, 14 Mar 2025 09:25:33 +0100 Subject: [PATCH] CCC test fix --- testing/test_ccc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_ccc.py b/testing/test_ccc.py index 1cd740de..71582f97 100644 --- a/testing/test_ccc.py +++ b/testing/test_ccc.py @@ -512,7 +512,7 @@ def bitcoind_create_watch_only_wallet(pick_menu_item, need_keypress, microsd_pat for obj in res: assert obj["success"], obj - for _ in range(3): + for _ in range(4): press_cancel() return bitcoind_wo