Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def test_it_honors_kill_after_timeout_with_output_stream(self):
status, _, stderr = self.git.execute(
command,
output_stream=output_stream,
kill_after_timeout=0.1,
kill_after_timeout=1,
with_exceptions=False,
with_extended_output=True,
)
Expand Down
Loading