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.
1 parent e0e8265 commit fa5784eCopy full SHA for fa5784e
labelbox/schema/task.py
@@ -109,7 +109,7 @@ def _fetch_remote_json(self) -> Dict[str, Any]:
109
self.wait_till_done(timeout_seconds=600)
110
if self.status == "IN_PROGRESS":
111
raise ValueError(
112
- "Job status still in `IN_PROGRESS`. The result is not available. Increase timeout or contact support."
+ "Job status still in `IN_PROGRESS`. The result is not available. Call task.wait_till_done() with a larger timeout or contact support."
113
)
114
115
response = requests.get(self.result_url)
0 commit comments