Skip to content

Commit

Permalink
test: fix failing command test
Browse files Browse the repository at this point in the history
  • Loading branch information
igboyes committed Dec 14, 2023
1 parent f7b1c84 commit 96642a4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ async def handler(line):
watch_pipe(p.stdout, handler),
)

await asyncio.sleep(5)

if p.returncode is None:
p.terminate()

await p.wait()
await p.communicate()
await g

0 comments on commit 96642a4

Please sign in to comment.