Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed May 6, 2022
1 parent 1f51728 commit 0a53139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributed/tests/test_worker_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,12 +717,12 @@ def leak():
await future
assert s.tasks["leak"].suspicious == 1
assert await c.run(lambda dask_worker: "leak" in dask_worker.tasks) == {a.worker_address: False}
del future
future.release()
while "leak" in s.tasks:
await asyncio.sleep(0.01)


#@pytest.mark.slow
@pytest.mark.slow
@gen_cluster(
nthreads=[("", 1)],
client=True,
Expand Down

0 comments on commit 0a53139

Please sign in to comment.