Skip to content
Snippets Groups Projects
Commit db21899e authored by Craig Tiller's avatar Craig Tiller
Browse files

Delay reading stdout from disk until process terminates

The current code reads the stdout of each running process each time it
goes through a reap() iteration, and throws it away if the process is
still running.

On Windows, where we poll for completion every 100ms, I expect this is
having a serious impact on Jenkins performance, especially for noisier
tests.
parent b0d8f686
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment