Skip to content

Commit 261d0ad

Browse files
author
Grzegorz Szpak
authored
Merge pull request #936 from Labelbox/increase-timeout
update timeout
2 parents 4f7e940 + 8617e07 commit 261d0ad

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)