We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed827ec commit 1ccb48fCopy full SHA for 1ccb48f
lib/idp_common_pkg/idp_common/bedrock/client.py
@@ -76,7 +76,7 @@ def client(self):
76
"""Lazy-loaded Bedrock client."""
77
config = Config(
78
connect_timeout=10,
79
- read_timeout=120
+ read_timeout=300 # allow plenty of time for large extraction or assessment inferences
80
)
81
if self._client is None:
82
self._client = boto3.client('bedrock-runtime', region_name=self.region, config=config)
0 commit comments