Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Feb 6, 2024
1 parent 2e302a1 commit a70bbdd
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 @@ -624,7 +624,7 @@ def func(first, second):
secede()
second.wait()

fs = c.map(func, [first] * 5, [second] * 5)
fs = c.map(func, [first] * 5, [second] * 5, key=[f"x{i}" for i in range(5)])
await async_poll_for(lambda: a.state.executing, timeout=5)

await first.set()
Expand Down

0 comments on commit a70bbdd

Please sign in to comment.