diff --git a/python/ray/tune/BUILD b/python/ray/tune/BUILD index 44034097e..7052f5c7e 100644 --- a/python/ray/tune/BUILD +++ b/python/ray/tune/BUILD @@ -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"],