Skip to content

Commit ece5815

Browse files
committed
test: Fix flaky concurrent test in telemetry buffer
1 parent 688bd62 commit ece5815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry-ruby/spec/support/shared_examples_for_telemetry_event_buffers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
threads = 3.times.map do
6969
Thread.new do
70-
(20..30).to_a.sample.times { subject.add_item(event) }
70+
(21..30).to_a.sample.times { subject.add_item(event) }
7171
end
7272
end
7373

0 commit comments

Comments
 (0)