What happened?
The timeout occurs when a large repository is being fetched.
My guess is that the stdout pipe fills up before the process finishes. As a result, the process waits for data to be read from the pipe and does not terminate normally.
Steps to reproduce
- Open a larger repository which produces more than 64kB output for
git log.
- wait
Expected behaviour
I would expect the timeout not to occur.
macOS version
26.4.1
Maple build
Commit b0a0a02
What happened?
The timeout occurs when a large repository is being fetched.
My guess is that the stdout pipe fills up before the process finishes. As a result, the process waits for data to be read from the pipe and does not terminate normally.
Steps to reproduce
git log.Expected behaviour
I would expect the timeout not to occur.
macOS version
26.4.1
Maple build
Commit b0a0a02