From cf88916d00b96acdac90933ca12c80c5048065d7 Mon Sep 17 00:00:00 2001 From: "nieznany.sprawiciel" Date: Fri, 27 May 2022 16:33:15 +0200 Subject: [PATCH] Fix awaiting for yagna REST start --- goth/runner/probe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goth/runner/probe/__init__.py b/goth/runner/probe/__init__.py index 5fda9740..12bfebd4 100644 --- a/goth/runner/probe/__init__.py +++ b/goth/runner/probe/__init__.py @@ -242,7 +242,7 @@ async def _start_container(self) -> None: self._logger.info("Waiting for yagna REST API to be listening") if self.container.logs: await self.container.logs.wait_for_entry( - "Starting .*actix-web-service.* service on .*.", timeout=30 + "Http server thread started on:.*", timeout=30 ) # Obtain the IP address of the container