Skip to content

Commit

Permalink
enhance comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Nov 8, 2024
1 parent eee712e commit a4358d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test_command():
sleep05 = Command("sleep 0.5")

sleep05.run(timeout=1)
# DEBUG: this unit test fail in Win CI sometimes
# DEBUG: this unit test fail in Windows CI sometimes (PR702)
full_msg = f"{sleep05=}\n{sleep05.error=}\n{sleep05.output}"
assert sleep05.retcode == 0, full_msg
assert not sleep05.killed
Expand Down

0 comments on commit a4358d9

Please sign in to comment.