From 71115a5e23be63ec18729eaaba09316c3b2cbfb9 Mon Sep 17 00:00:00 2001 From: seaona Date: Wed, 15 Dec 2021 13:32:32 +0100 Subject: [PATCH] test: include two more interruptions points --- test/functional/feature_init.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/feature_init.py b/test/functional/feature_init.py index cffbd40271..7d416ee3cc 100755 --- a/test/functional/feature_init.py +++ b/test/functional/feature_init.py @@ -70,6 +70,8 @@ class InitStressTest(BitcoinTestFramework): 'net thread start', 'addcon thread start', 'msghand thread start', + 'Checking all blk files are present', + 'init message: Starting network threads' ] if self.is_wallet_compiled(): lines_to_terminate_after.append('Verifying wallet')