# File lib/rufus/scheduler/jobs.rb, line 217
      def compute_timeout

        if to = @opts[:timeout]
          Rufus::Scheduler.parse(to)
        else
          nil
        end
      end