From 657ce4b3c7828c89934d9246f345e3fb155d4717 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Sat, 17 Aug 2019 17:25:53 +0800 Subject: [PATCH] increase timeout for test_actor_lifetime_load_balancing (#5463) --- python/ray/tests/test_actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/tests/test_actor.py b/python/ray/tests/test_actor.py index e9f180e4d..f2d4f9de8 100644 --- a/python/ray/tests/test_actor.py +++ b/python/ray/tests/test_actor.py @@ -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)