Try fixing it. (#15046)

This commit is contained in:
SangBin Cho 2021-03-31 16:31:47 -07:00 committed by GitHub
parent a86a7a6a98
commit 463e9b2ef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ def test_global_gc(shutdown_only):
return (local_ref() is None and
not any(ray.get([a.has_garbage.remote() for a in actors])))
wait_for_condition(check_refs_gced)
wait_for_condition(check_refs_gced, timeout=60)
finally:
gc.enable()