From 87adb5a3c87a097f98050d5f23af6e0270565b86 Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sun, 8 Sep 2019 16:10:59 -0700 Subject: [PATCH] Remove timeout in test_actor_lifetime_load_balancing. (#5659) --- python/ray/tests/test_actor.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/ray/tests/test_actor.py b/python/ray/tests/test_actor.py index bb2d70d2e..1213bb4ae 100644 --- a/python/ray/tests/test_actor.py +++ b/python/ray/tests/test_actor.py @@ -933,10 +933,6 @@ def test_actor_load_balancing(ray_start_cluster): ray.get(results) -@pytest.mark.skipif( - pytest_timeout is None, - reason="Timeout package not installed; skipping test that may hang.") -@pytest.mark.timeout(20) def test_actor_lifetime_load_balancing(ray_start_cluster): cluster = ray_start_cluster cluster.add_node(num_cpus=0)