mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[Test] Make the test size bigger for tune to fix timeout. (#11138)
This commit is contained in:
parent
138d6cced9
commit
e44828d928
1 changed files with 2 additions and 2 deletions
|
@ -211,7 +211,7 @@ py_test(
|
|||
|
||||
py_test(
|
||||
name = "test_var",
|
||||
size = "small",
|
||||
size = "medium",
|
||||
srcs = ["tests/test_var.py"],
|
||||
deps = [":tune_lib"],
|
||||
tags = ["exclusive"],
|
||||
|
@ -219,7 +219,7 @@ py_test(
|
|||
|
||||
py_test(
|
||||
name = "test_trial_scheduler",
|
||||
size = "medium",
|
||||
size = "large",
|
||||
srcs = ["tests/test_trial_scheduler.py"],
|
||||
deps = [":tune_lib"],
|
||||
tags = ["exclusive"],
|
||||
|
|
Loading…
Add table
Reference in a new issue