Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Nov 1, 2021
1 parent cb7557e commit 7110a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def simcore_services_ready(
wait=wait_random(2, 15),
stop=stop_after_delay(5 * _MINUTE),
before_sleep=before_sleep_log(log, logging.WARNING),
after_sleep=after_log(log, logging.ERROR),
after=after_log(log, logging.ERROR),
reraise=True,
)
async def wait_till_service_responsive(service_name: str, endpoint: URL):
Expand Down

0 comments on commit 7110a0f

Please sign in to comment.