mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 05:43:03 +08:00
increase timeout for test_actor_lifetime_load_balancing (#5463)
This commit is contained in:
@@ -908,7 +908,7 @@ def test_actor_load_balancing(ray_start_cluster):
|
||||
@pytest.mark.skipif(
|
||||
pytest_timeout is None,
|
||||
reason="Timeout package not installed; skipping test that may hang.")
|
||||
@pytest.mark.timeout(10)
|
||||
@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