Skip to content

Commit

Permalink
[train] update quick start timeout (#47732)
Browse files Browse the repository at this point in the history
The time is spent mostly on downloading the dataset to disk, and
training times out after 15 seconds.

Bumping to 300 seconds.

Signed-off-by: Matthew Deng <matt@anyscale.com>
Co-authored-by: Hongpeng Guo <hpguo@anyscale.com>
  • Loading branch information
matthewdeng and hongpeng-guo authored Sep 19, 2024
1 parent f298a75 commit 1e48a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/train/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ py_test(

py_test(
name = "torch_quick_start",
size = "small",
size = "medium",
main = "examples/pytorch/torch_quick_start.py",
srcs = ["examples/pytorch/torch_quick_start.py"],
tags = ["team:ml", "exclusive"],
Expand Down

0 comments on commit 1e48a03

Please sign in to comment.