Skip to content

Commit

Permalink
Revert "tests: don't wait for lianad to log on shutdown"
Browse files Browse the repository at this point in the history
This reverts commit 97abc46.
  • Loading branch information
darosior committed Aug 22, 2023
1 parent 77e46d5 commit 7ecefde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_framework/lianad.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ def start(self):
def stop(self, timeout=5):
try:
self.rpc.stop()
self.wait_for_log(
"Stopping the liana daemon.",
)
self.proc.wait(timeout)
except Exception as e:
logging.error(f"{self.prefix} : error when calling stop: '{e}'")
Expand Down

0 comments on commit 7ecefde

Please sign in to comment.