Skip to content

Commit

Permalink
Remove timeout in test_actor_lifetime_load_balancing. (#5659)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara committed Sep 8, 2019
1 parent ebb431a commit 87adb5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/ray/tests/test_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -933,10 +933,6 @@ def get_location(self):
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)
Expand Down

0 comments on commit 87adb5a

Please sign in to comment.