Skip to content

Commit

Permalink
Maybe jruby is just too fast?
Browse files Browse the repository at this point in the history
  • Loading branch information
halfbyte committed Oct 27, 2023
1 parent c6cc6d7 commit 099a5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/honeybadger/worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def flush
allow(config.logger).to receive(:warn)
expect(config.logger).to receive(:warn).with(/throttled/i)

30.times do
40.times do
subject.push(obj)
end

Expand Down

0 comments on commit 099a5fc

Please sign in to comment.