Skip to content

Commit

Permalink
More robust bokeh test_shuffling (dask#8727)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored Jun 24, 2024
1 parent b77f38d commit 33a281f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distributed/dashboard/tests/test_scheduler_bokeh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1350,8 +1350,8 @@ async def test_shuffling(c, s, a, b):
start = time()
while not ss.source.data["comm_written"]:
ss.update()
await asyncio.sleep(0)
assert time() < start + 5
await asyncio.sleep(0.05)
assert time() < start + 10
await df2


Expand Down

0 comments on commit 33a281f

Please sign in to comment.