in lib/build.rb [107:114]
def running_too_long? if @run_at && @timeout @run_at + @timeout < Time.now else false end end