Skip to content

Commit

Permalink
fix test_reuests
Browse files Browse the repository at this point in the history
  • Loading branch information
DamKast committed Jun 26, 2024
1 parent 1384112 commit aa69ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/application/test_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ async def on_request_sent():
await group.endpoint.on_off.on()
request_sent.set_result(True)

await asyncio.sleep(0.01)

await app.shutdown()


Expand Down

0 comments on commit aa69ef2

Please sign in to comment.