spec/spec_helper.rb in async-1.25.0 vs spec/spec_helper.rb in async-1.25.1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
require "covered/rspec"
if RUBY_PLATFORM =~ /darwin/
- Q = 10
+ Q = 20
else
Q = 1
end
RSpec.configure do |config|