Skip to content

Commit 2ea9555

Browse files
author
Kevin Kim
committed
Increase export_labels timeout to 30 min
1 parent 5e1e228 commit 2ea9555

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)