Skip to content

Commit 022d4f5

Browse files
authored
test(spanv2): Slightly increase timeout to reduce flakes (#5100)
Like #5098 but for Spans. For some reason CI is slower today :(
1 parent 6844878 commit 022d4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_spansv2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ def test_spanv2_inbound_filters(
517517

518518
outcomes = []
519519
for _ in range(2):
520-
outcomes.extend(mini_sentry.captured_outcomes.get(timeout=3).get("outcomes"))
520+
outcomes.extend(mini_sentry.captured_outcomes.get(timeout=5).get("outcomes"))
521521
outcomes.sort(key=lambda x: x["category"])
522522

523523
assert outcomes == [

0 commit comments

Comments
 (0)