method

should_parallelize?

should_parallelize?()
private

No documentation available.

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