mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 18:49:12 +08:00
Remove timeout in test_actor_lifetime_load_balancing. (#5659)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user