# File lib/delayed/worker.rb, line 292
    def max_run_time(job)
      job.max_run_time || self.class.max_run_time
    end