# File lib/util/timeout.rb, line 42 def millis_to_timeout(ms) return nil if ms == Cproton::PN_MILLIS_MAX return millis_to_sec(ms) end