Skip to content

Commit c9bff1f

Browse files
Increased timeout for Shrimpy http client
1 parent e4090ce commit c9bff1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="shrimpy_python",
16-
version="0.0.8",
16+
version="0.0.9",
1717
author="ShrimpyOfficial",
1818
author_email="support@shrimpy.io",
1919
description="The Official Shrimpy API Python Client",

shrimpy/shrimpy_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def _call_endpoint(self, method, endpoint, params=None, data=None):
473473
params=params,
474474
data=data,
475475
auth=self.auth_provider,
476-
timeout=30
476+
timeout=300
477477
)
478478

479479
return api_request.json()

0 commit comments

Comments
 (0)