# File lib/stella/report.rb, line 100
        def timeouts?
          return false unless processed? && errors
          errors.timeouts?
        end