Skip to content

Commit 966f8f1

Browse files
authored
test(logs): Slightly increase timeout to reduce flakes (#5098)
I am not sure why, but sometimes in CI this test just takes longer to setup and we fail because we don't wait long enough.
1 parent cf6e06a commit 966f8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_ourlogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ def test_filters_are_applied_to_logs(
924924

925925
outcomes = []
926926
for _ in range(2):
927-
outcomes.extend(mini_sentry.captured_outcomes.get(timeout=3).get("outcomes"))
927+
outcomes.extend(mini_sentry.captured_outcomes.get(timeout=5).get("outcomes"))
928928
outcomes.sort(key=lambda x: x["category"])
929929

930930
assert outcomes == [

0 commit comments

Comments
 (0)