From 5fc761c562006432ed6fd43066ba3d3c7b9c6ac5 Mon Sep 17 00:00:00 2001 From: Richard Liaw Date: Sat, 6 Mar 2021 10:59:06 -0800 Subject: [PATCH] Fix test_advanced_3 timeout (#14509) Signed-off-by: Richard Liaw --- 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 ae8d409de..49fb897f5 100644 --- a/python/ray/tests/BUILD +++ b/python/ray/tests/BUILD @@ -14,7 +14,6 @@ py_test_module_list( "test_async.py", "test_actor.py", "test_actor_advanced.py", - "test_advanced_3.py", "test_actor_failures.py", "test_actor_resources.py", "test_advanced.py", @@ -126,6 +125,7 @@ py_test_module_list( files = [ "test_failure.py", "test_stress_failure.py", + "test_advanced_3.py", ], size = "large", extra_srcs = SRCS,