From 2ea95558df16ca376c707a0adf015d00862f9aab Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Wed, 13 Jul 2022 15:42:31 -0700 Subject: [PATCH] Increase export_labels timeout to 30 min --- labelbox/schema/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelbox/schema/project.py b/labelbox/schema/project.py index 34a039db7..de8654c4c 100644 --- a/labelbox/schema/project.py +++ b/labelbox/schema/project.py @@ -291,7 +291,7 @@ def label_generator(self, timeout_seconds=600, **kwargs): def export_labels(self, download=False, - timeout_seconds=600, + timeout_seconds=1800, **kwargs) -> Optional[Union[str, List[Dict[Any, Any]]]]: """ Calls the server-side Label exporting that generates a JSON payload, and returns the URL to that payload.