Skip to content

Simplify nm_utils_kill_child_async() and increase timeout

Lubomir Rintel requested to merge lr/simplify-child-kill into main

This unifies the shutdown child termination timeout to 5 seconds (so that it's good enough even for stubborn children) and removes two unnecessary arguments, simplifying things a bit.

Merge request reports