mirror of
https://github.com/mawww/kakoune.git
synced 2026-03-29 11:07:16 +00:00
- drain fifo in git blame test to prevent deadlock on Darwin - added 10-minute timeout to prevent indefinite hanging in CI builds That fix doesn't eliminate the deadlock completely, but it makes it less probable. From what I gathered, the reason it is only a Darwin problem, is the difference between fifo kernel buffer size (8kb vs 64kb) on Darwin and Linux, as well as heavy usage of fifos for bidirectional communication in git.kak. Signed-Off-By: Paal Øye-Strømme <paal.o.eye@gmail.com>