We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0ded4 commit a134639Copy full SHA for a134639
tests/test_process_control.py
@@ -66,7 +66,7 @@ def test_real_process():
66
def test_cmd():
67
command = cmd()
68
command.start()
69
- stdout, stderr = command.communicate(timeout=0.1)
+ stdout, stderr = command.communicate(timeout=0.2)
70
71
assert command.returncode == 0
72
assert not stdout
0 commit comments