Don't return as fast reading any process output
commit12a2691fb254db20607b2067a12b795a6d7c6649
authorIan Kelling <ian@iankelling.org>
Mon, 6 Jul 2015 00:00:26 +0000 (5 17:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jul 2015 02:21:49 +0000 (5 19:21 -0700)
tree724a4d09a3d680b1bfd59e0b44597168cffe3d78
parent6e2fcc213d4569992009480cf298536407cea4d2
Don't return as fast reading any process output

* src/process.c (wait_reading_process_output):
The patch for Bug#17647 returns too fast sometimes when reading
from any processes. Revert part of it, and limit the timeout more
sensibly (Bug#20978).
src/process.c