From 940617d09213a74ec36b41dd5e79a87cb3b92801 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Thu, 30 Jul 2020 13:11:51 -0700 Subject: [PATCH] Make test failure large. (#9822) --- 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 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"],