Skip to content

Commit

Permalink
Fix awaiting for yagna REST start
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed May 27, 2022
1 parent 58469be commit cf88916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goth/runner/probe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf88916

Please sign in to comment.