# File lib/util/timeout.rb, line 36 def timeout_to_millis(s) return Cproton::PN_MILLIS_MAX if s.nil? return sec_to_millis(s) end