Skip to content

Commit

Permalink
Drop sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed May 6, 2021
1 parent ce483a9 commit 483ab2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ async def main():
assert 'even' not in get_topics()

await odd_portal.cancel_actor()
await trio.sleep(2)

if pub_actor == 'arbiter':
while get_topics():
Expand Down

0 comments on commit 483ab2f

Please sign in to comment.