Skip to content

Commit

Permalink
increase wiggle room for slow CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma-eth committed Sep 25, 2024
1 parent 46f41c2 commit a4e508f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_process_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def test_cmd_options():
stderr="boop",
)
command.start()
stdout, stderr = command.communicate(timeout=0.1)
stdout, stderr = command.communicate(timeout=0.2)

print(f"{stdout=}")
print(f"{stderr=}")
Expand Down

0 comments on commit a4e508f

Please sign in to comment.