Signed-off-by: Clarence Ng <clarence.wyng@gmail.com>
This commit is contained in:
Clarence Ng 2022-08-17 00:53:37 -07:00
parent a64675f23e
commit 3f8a4311c3

View file

@ -203,7 +203,6 @@ def test_worker_dump(ray_with_memory_monitor):
ray.get(
oom_actor.allocate.remote(bytes_to_alloc, memory_monitor_interval_ms * 3)
)
time.sleep(1000)
if __name__ == "__main__":