Skip to content

Commit 04960cf

Browse files
authored
Merge pull request #2195 from gitpython-developers/fix-ci
test: allow Python startup before timeout
2 parents ccbd573 + f824fde commit 04960cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def test_it_honors_kill_after_timeout_with_output_stream(self):
302302
status, _, stderr = self.git.execute(
303303
command,
304304
output_stream=output_stream,
305-
kill_after_timeout=0.1,
305+
kill_after_timeout=1,
306306
with_exceptions=False,
307307
with_extended_output=True,
308308
)

0 commit comments

Comments
 (0)