Skip to content

Commit 907cd3a

Browse files
committed
Update timeout
1 parent 5cec18d commit 907cd3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nypl_py_utils/classes/avro_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_json_schema(self, platform_schema_url):
3737
try:
3838

3939
response = self.session.get(url=platform_schema_url,
40-
timeout=300)
40+
timeout=60)
4141
response.raise_for_status()
4242
except Exception as e:
4343
self.logger.error(

0 commit comments

Comments
 (0)