Remove timeout in test_actor_lifetime_load_balancing. (#5659)

This commit is contained in:
Robert Nishihara
2019-09-08 16:10:59 -07:00
committed by GitHub
parent ebb431a95a
commit 87adb5a3c8
-4
View File
@@ -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)