Skip to content

Commit

Permalink
Increase default client timeout to 60s (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair authored Dec 10, 2023
1 parent b380bc6 commit 6e152ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/python/lorax/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(
base_url: str,
headers: Optional[Dict[str, str]] = None,
cookies: Optional[Dict[str, str]] = None,
timeout: int = 10,
timeout: int = 60,
):
"""
Args:
Expand Down Expand Up @@ -298,7 +298,7 @@ def __init__(
base_url: str,
headers: Optional[Dict[str, str]] = None,
cookies: Optional[Dict[str, str]] = None,
timeout: int = 10,
timeout: int = 60,
):
"""
Args:
Expand Down

0 comments on commit 6e152ef

Please sign in to comment.