Skip to content

Commit

Permalink
Make test_torch_predictor a medium test. (ray-project#35466)
Browse files Browse the repository at this point in the history
Looking at test_torch_predictor, it is a suite of 35 test cases, and runs roughly a minute of time.
Most of the time these tests do finish fine actually. That's why it's just flaky.
Make this a medium test to de-flake it.

Signed-off-by: Jun Gong <jungong@anyscale.com>
  • Loading branch information
Jun Gong authored and ArturNiederfahrenhorst committed May 19, 2023
1 parent 64e4926 commit 3341d4e
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 @@ -498,7 +498,7 @@ py_test(

py_test(
name = "test_torch_predictor",
size = "small",
size = "medium",
srcs = ["tests/test_torch_predictor.py"],
tags = ["team:ml", "exclusive", "ray_air", "gpu"],
deps = [":train_lib", ":conftest"]
Expand Down

0 comments on commit 3341d4e

Please sign in to comment.