diff --git a/python/ray/tests/BUILD b/python/ray/tests/BUILD index 0624dbc57..02d6c98e1 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -223,7 +223,7 @@ py_test( py_test( name = "test_failure", - size = "medium", + size = "large", srcs = SRCS + ["test_failure.py"], tags = ["exclusive"], deps = ["//:ray_lib"],