loop: adjust test to new message

This commit is contained in:
nixbitcoin 2020-08-30 08:07:02 +00:00
parent e56d5365cb
commit fc15d507ff
No known key found for this signature in database
GPG Key ID: DD11F9AD5308B3BA
1 changed files with 4 additions and 1 deletions

View File

@ -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")