Skip to content

Commit a134639

Browse files
committed
CI wiggle room
1 parent fb0ded4 commit a134639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_process_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_real_process():
6666
def test_cmd():
6767
command = cmd()
6868
command.start()
69-
stdout, stderr = command.communicate(timeout=0.1)
69+
stdout, stderr = command.communicate(timeout=0.2)
7070

7171
assert command.returncode == 0
7272
assert not stdout

0 commit comments

Comments
 (0)