method

should_parallelize?

should_parallelize?()
private

No documentation available.

# File activesupport/lib/active_support/testing/parallelize_executor.rb, line 55
        def should_parallelize?
          ENV["PARALLEL_WORKERS"] || tests_count > threshold
        end