From fc15d507ff43c9b18ac5faf1af68294e32e66f41 Mon Sep 17 00:00:00 2001 From: nixbitcoin Date: Sun, 30 Aug 2020 08:07:02 +0000 Subject: [PATCH] loop: adjust test to new message --- test/base.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/base.py b/test/base.py index 0e72de3..9950d56 100644 --- a/test/base.py +++ b/test/base.py @@ -78,7 +78,10 @@ def run_tests(extra_tests): # Check that lightning-loop fails with the right error, making sure # lightning-loop can connect to lnd machine.wait_until_succeeds( - log_has_string("lightning-loop", "chain notifier RPC isstill in the process of starting") + log_has_string( + "lightning-loop", + "Waiting for lnd to be fully synced to its chain backend, this might take a while", + ) ) assert_running("spark-wallet")