mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Mark test_usage_stats.py as large (#27111)
Currently the time is on the edge of 300s. Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
This commit is contained in:
parent
eb69c1ca28
commit
4f0fb3a5da
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue