GNOME Bugzilla – Bug 742965
validate: launcher: Don't wait for processes longer than necessary
Last modified: 2015-02-17 16:24:39 UTC
Currently gst-validate-launcher will remain idle for up to one second every time a test process ends. The attached patch uses thread joining to remove this idle wait.
Created attachment 294589 [details] [review] launcher: Don't wait for processes longer than necessary
Review of attachment 294589 [details] [review]: OK
Created attachment 294694 [details] [review] launcher: Don't wait for processes longer than necessary Updated to apply cleanly after patch from #742966
commit bdedd7abb9a8d1fdf241bf636e075ddf0f761b85 Author: Ramiro Polla <ramiro.polla@collabora.co.uk> Date: Mon Jan 12 13:09:33 2015 +0100 validate: launcher: Don't wait for processes longer than necessary