From ff82613b66c01a87f7af298772067c122035677d Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Fri, 27 Dec 2019 22:39:17 -0800 Subject: [PATCH] Fix test_actor.py test_kill. (#6623) --- 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 a99195793..a79dd9f9a 100644 --- a/python/ray/tests/test_actor.py +++ b/python/ray/tests/test_actor.py @@ -1440,7 +1440,7 @@ def test_kill(ray_start_regular): assert len(ready) == 0 actor.__ray_kill__() with pytest.raises(ray.exceptions.RayActorError): - ray.get(result, timeout=1) + ray.get(result) # This test verifies actor creation task failure will not