CoatiSoftware / Sourcetrail

Sourcetrail - free and open-source interactive source explorer
https://www.sourcetrail.com/
GNU General Public License v3.0
14.94k stars 1.41k forks source link

Fix extensive wait for short-lived processes #1227

Closed fsimonis closed 2 years ago

fsimonis commented 3 years ago

This PR fixes an issue with boost::process::child::wait_for, which waits the full timeout if the process has already exited. The wrapper can easily reverted back once this issue is fixed in Boost.process.

Solves #1180