diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 3fe5ca2a..e5dec724 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -59,10 +59,10 @@ RSpec.configure do |config| config.default_formatter = "doc" end - # Print the 10 slowest examples and example groups at the + # Print some of the slowest examples and example groups at the # end of the spec run, to help surface which specs are running # particularly slow. - config.profile_examples = 10 + config.profile_examples = 2 # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing