Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Nov 25, 2022
1 parent 926198a commit 9026d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distributed/tests/test_scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -4200,7 +4200,7 @@ def assert_rootish():
block_on_event, range(nblocking_tasks), block=block2, executing=executing2
)

while len(s.tasks) == nblocking_tasks + len(keys):
while len(s.tasks) != nblocking_tasks + len(keys):
await asyncio.sleep(0.005)

# Once the task is on the threadpool, the client/scheduler may start its
Expand Down

0 comments on commit 9026d47

Please sign in to comment.