Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion labelbox/schema/export_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def organization(self):
"""Returns the organization of the task."""
return self._task.organization

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

Expand Down