We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bf42f commit 0088838Copy full SHA for 0088838
mpt_api_client/http/async_client.py
@@ -27,7 +27,7 @@ def __init__(
27
*,
28
base_url: str | None = None,
29
api_token: str | None = None,
30
- timeout: float = 5.0,
+ timeout: float = 10.0,
31
retries: int = 5,
32
):
33
api_token = api_token or os.getenv("MPT_TOKEN")
mpt_api_client/http/client.py
@@ -40,7 +40,7 @@ def __init__(
40
41
42
43
44
45
46
0 commit comments