Skip to content

Commit 8617e07

Browse files
authored
Update client.py
Update timeout to match server timeout.
1 parent 24dd42a commit 8617e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def execute(self,
104104
params=None,
105105
data=None,
106106
files=None,
107-
timeout=30.0,
107+
timeout=60.0,
108108
experimental=False):
109109
""" Sends a request to the server for the execution of the
110110
given query.

0 commit comments

Comments
 (0)