Skip to content

Commit 51a33b4

Browse files
Merge pull request #628 from Labelbox/kkim/export_label_timeout
[AL-0] Increase export_labels timeout to 30 min
2 parents 5e1e228 + 2ea9555 commit 51a33b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def label_generator(self, timeout_seconds=600, **kwargs):
291291

292292
def export_labels(self,
293293
download=False,
294-
timeout_seconds=600,
294+
timeout_seconds=1800,
295295
**kwargs) -> Optional[Union[str, List[Dict[Any, Any]]]]:
296296
""" Calls the server-side Label exporting that generates a JSON
297297
payload, and returns the URL to that payload.

0 commit comments

Comments
 (0)