Make test failure large. (#9822)

This commit is contained in:
SangBin Cho
2020-07-30 13:11:51 -07:00
committed by GitHub
parent 619e44e54a
commit 940617d092
+1 -1
View File
@@ -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"],