Skip to content

Commit 10f24ae

Browse files
sroetByron
authored andcommitted
change default fetch timeout to 60 s
1 parent 146202c commit 10f24ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/cmd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def handle_process_output(process: 'Git.AutoInterrupt' | Popen,
7979
finalizer: Union[None,
8080
Callable[[Union[subprocess.Popen, 'Git.AutoInterrupt']], None]] = None,
8181
decode_streams: bool = True,
82-
timeout: float = 10.0) -> None:
82+
timeout: float = 60.0) -> None:
8383
"""Registers for notifications to learn that process output is ready to read, and dispatches lines to
8484
the respective line handlers.
8585
This function returns once the finalizer returns

0 commit comments

Comments
 (0)