Skip to content

Commit 68133c7

Browse files
authored
Increase exporter wait timeout to 2 hours (#1535)
2 parents e3bd0c8 + 4abbcd5 commit 68133c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/export_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def organization(self):
631631
"""Returns the organization of the task."""
632632
return self._task.organization
633633

634-
def wait_till_done(self, timeout_seconds: int = 300) -> None:
634+
def wait_till_done(self, timeout_seconds: int = 7200) -> None:
635635
"""Waits until the task is done."""
636636
return self._task.wait_till_done(timeout_seconds)
637637

0 commit comments

Comments
 (0)