Skip to content

Commit fa5784e

Browse files
authored
Update task.py
1 parent e0e8265 commit fa5784e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _fetch_remote_json(self) -> Dict[str, Any]:
109109
self.wait_till_done(timeout_seconds=600)
110110
if self.status == "IN_PROGRESS":
111111
raise ValueError(
112-
"Job status still in `IN_PROGRESS`. The result is not available. Increase timeout or contact support."
112+
"Job status still in `IN_PROGRESS`. The result is not available. Call task.wait_till_done() with a larger timeout or contact support."
113113
)
114114

115115
response = requests.get(self.result_url)

0 commit comments

Comments
 (0)