From fd687d612f4107be261ed9369e15349a7c49da6f Mon Sep 17 00:00:00 2001 From: Balaji Veeramani Date: Sun, 7 Dec 2025 21:32:20 -0800 Subject: [PATCH] Initial commit Signed-off-by: Balaji Veeramani --- python/ray/data/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/data/BUILD.bazel b/python/ray/data/BUILD.bazel index 5f883d3033d5..13ade52b0640 100644 --- a/python/ray/data/BUILD.bazel +++ b/python/ray/data/BUILD.bazel @@ -1651,7 +1651,7 @@ py_test( py_test( name = "test_download_expression", - size = "small", + size = "medium", srcs = ["tests/test_download_expression.py"], tags = [ "exclusive",