1 parent 146202c commit 10f24aeCopy full SHA for 10f24ae
git/cmd.py
@@ -79,7 +79,7 @@ def handle_process_output(process: 'Git.AutoInterrupt' | Popen,
79
finalizer: Union[None,
80
Callable[[Union[subprocess.Popen, 'Git.AutoInterrupt']], None]] = None,
81
decode_streams: bool = True,
82
- timeout: float = 10.0) -> None:
+ timeout: float = 60.0) -> None:
83
"""Registers for notifications to learn that process output is ready to read, and dispatches lines to
84
the respective line handlers.
85
This function returns once the finalizer returns
0 commit comments