Skip to content

Commit 7aca1cb

Browse files
wzxxingwetang6677
andauthored
bump up httpx time out to 180 (#53)
Co-authored-by: Wei Tang <[email protected]>
1 parent 6ba6795 commit 7aca1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_mcp_proxy/sigv4_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def create_sigv4_client(
202202
# Create a copy of kwargs to avoid modifying the passed dict
203203
client_kwargs = {
204204
'follow_redirects': True,
205-
'timeout': httpx.Timeout(120.0, connect=60.0, read=120.0, write=60.0),
205+
'timeout': httpx.Timeout(180.0, connect=60.0, read=120.0, write=180.0),
206206
'limits': httpx.Limits(max_keepalive_connections=1, max_connections=5),
207207
**kwargs,
208208
}

0 commit comments

Comments
 (0)