Skip to content

Commit 0dd3f05

Browse files
authored
test: Fix flaky concurrent test in telemetry buffer (#2920)
1 parent 688bd62 commit 0dd3f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)