# File lib/rhc-common.rb, line 92
  def self.delay(time, adj=DEFAULT_DELAY)
    (time*=adj).to_int
  end