Skip to content

Commit af64d0f

Browse files
committed
Fix flaky test
1 parent 5781dd9 commit af64d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sentry/opentelemetry/span_processor_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ defmodule Sentry.Opentelemetry.SpanProcessorTest do
291291
end)
292292

293293
assert length(transactions) >= 5
294-
assert length(transactions) <= 15
294+
assert length(transactions) <= 20
295295
end
296296

297297
@tag span_storage: true

0 commit comments

Comments
 (0)