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