From 4f0fb3a5da4256143bedab292244702be7fdc7ec Mon Sep 17 00:00:00 2001 From: Jiajun Yao Date: Wed, 27 Jul 2022 14:16:06 -0700 Subject: [PATCH] Mark test_usage_stats.py as large (#27111) Currently the time is on the edge of 300s. Signed-off-by: Jiajun Yao --- python/ray/tests/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/BUILD b/python/ray/tests/BUILD index 666483266..2f9172a04 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -112,7 +112,6 @@ py_test_module_list( py_test_module_list( files = [ - "test_usage_stats.py", "test_autoscaler_fake_scaledown.py", # Temporarily owned by core. "test_logging.py", "test_memory_scheduling.py", @@ -266,6 +265,7 @@ py_test_module_list( "test_chaos.py", "test_reference_counting_2.py", "test_exit_observability.py", + "test_usage_stats.py", ], size = "large", tags = ["exclusive", "large_size_python_tests_shard_0", "team:core"],