module SimpleCov

def wait_for_other_processes

Other tags:
    Api: - private
def wait_for_other_processes
  return unless defined?(ParallelTests) && final_result_process?
  ParallelTests.wait_for_other_processes_to_finish
end