We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6844878 commit 022d4f5Copy full SHA for 022d4f5
tests/integration/test_spansv2.py
@@ -517,7 +517,7 @@ def test_spanv2_inbound_filters(
517
518
outcomes = []
519
for _ in range(2):
520
- outcomes.extend(mini_sentry.captured_outcomes.get(timeout=3).get("outcomes"))
+ outcomes.extend(mini_sentry.captured_outcomes.get(timeout=5).get("outcomes"))
521
outcomes.sort(key=lambda x: x["category"])
522
523
assert outcomes == [
0 commit comments