# File lib/util/timeout.rb, line 32
    def millis_to_sec(ms)
      return (ms.to_f / 1000.0).to_int
    end