We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cec18d commit 907cd3aCopy full SHA for 907cd3a
1 file changed
src/nypl_py_utils/classes/avro_client.py
@@ -37,7 +37,7 @@ def get_json_schema(self, platform_schema_url):
37
try:
38
39
response = self.session.get(url=platform_schema_url,
40
- timeout=300)
+ timeout=60)
41
response.raise_for_status()
42
except Exception as e:
43
self.logger.error(
0 commit comments