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