Skip to content

Commit f97b6a6

Browse files
authored
[train] bump test_util timeout (#57939)
## Description Bumping from small to medium because it's timing out for Python 3.12. Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
1 parent 9b0007a commit f97b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/train/v2/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ py_test(
551551

552552
py_test(
553553
name = "test_util",
554-
size = "small",
554+
size = "medium",
555555
srcs = ["tests/test_util.py"],
556556
env = {"RAY_TRAIN_V2_ENABLED": "1"},
557557
tags = [

0 commit comments

Comments
 (0)