spec/lite_spec_helper.rb in mongo-2.20.0 vs spec/lite_spec_helper.rb in mongo-2.20.1
- old
+ new
@@ -166,19 +166,9 @@
SdamFormatterIntegration.assign_log_entries(example.id)
end
end
end
- if SpecConfig.instance.ci? && !%w(1 true yes).include?(ENV['INTERACTIVE']&.downcase)
- # Tests should take under 10 seconds ideally but it seems
- # we have some that run for more than 10 seconds in CI.
- config.around(:each) do |example|
- TimeoutInterrupt.timeout(example_timeout_seconds, ExampleTimeout) do
- example.run
- end
- end
- end
-
if SpecConfig.instance.ci?
if defined?(Rfc::Rif)
unless BSON::Environment.jruby?
Rfc::Rif.output_object_space_stats = true
end