Skip to content

Commit 1c9465f

Browse files
committed
py: temporarily disable sync tests
Signed-off-by: Abhinav Gyawali <22275402+abhizer@users.noreply.github.com>
1 parent b1f7b26 commit 1c9465f

File tree

2 files changed

+322
-321
lines changed

2 files changed

+322
-321
lines changed

python/feldera/rest/feldera_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ def __init__(
5454
:param api_key: The optional API key for Feldera
5555
:param timeout: (optional) The amount of time in seconds that the
5656
client will wait for a response before timing out.
57-
:param timeout: (optional) The amount of time in seconds that the
58-
client will wait to establish connection before timing out.
57+
:param connection_timeout: (optional) The amount of time in seconds that
58+
the client will wait to establish connection before timing out.
5959
:param requests_verify: The `verify` parameter passed to the requests
6060
library. `True` by default.
6161
"""

0 commit comments

Comments
 (0)