We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3bd0c8 + 4abbcd5 commit 68133c7Copy full SHA for 68133c7
labelbox/schema/export_task.py
@@ -631,7 +631,7 @@ def organization(self):
631
"""Returns the organization of the task."""
632
return self._task.organization
633
634
- def wait_till_done(self, timeout_seconds: int = 300) -> None:
+ def wait_till_done(self, timeout_seconds: int = 7200) -> None:
635
"""Waits until the task is done."""
636
return self._task.wait_till_done(timeout_seconds)
637
0 commit comments