mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05:00
Try fixing it. (#15046)
This commit is contained in:
parent
a86a7a6a98
commit
463e9b2ef9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue