Skip to content

Commit

Permalink
fix: readd timeout (#6199)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM authored Sep 15, 2024
1 parent 50e34ca commit ef11cf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jina/clients/base/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ async def _get_results(
HTTPClientlet(
logger=self.logger,
tracer_provider=self.tracer_provider,
timeout=timeout,
**kwargs,
)
)
Expand All @@ -189,6 +190,7 @@ async def _get_results(
self.iolet = HTTPClientlet(
logger=self.logger,
tracer_provider=self.tracer_provider,
timeout=timeout,
**kwargs,
)
self.iolet = await self.iolet.__aenter__()
Expand Down

0 comments on commit ef11cf7

Please sign in to comment.