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