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
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def get_mlflow_url(training_job) -> str:
def wait(
training_job: TrainingJob,
poll: int = 5,
timeout: Optional[int] = 3000
timeout: Optional[int] = 43200
) -> None:
"""Wait for training job to complete with progress tracking.

Expand Down
Loading