class ParallelTests::Pids

def read

def read
  sync do
    contents = File.read(file_path)
    return if contents.empty?
    @pids = JSON.parse(contents)
  end
end