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