Skip to content

Conversation

@Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Dec 5, 2025

Slow github CI -> longer timeouts. When tests are fast longer timeouts should not have any negative effects, as they are used to await a message.

Ideally helps with CI errors like:

  File "/home/runner/work/relay/relay/tests/integration/test_feedback.py", line 133, in test_feedback_events_without_processing
    envelope = mini_sentry.get_captured_event()
  File "/home/runner/work/relay/relay/tests/integration/fixtures/mini_sentry.py", line 207, in get_captured_event
    return self.captured_events.get(timeout=timeout or self.timeout)
           ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/queue.py", line 212, in get
    raise Empty
_queue.Empty

This is crazy:

2025-12-05T11:47:12.507121Z TRACE relay_server::services::processor::event: processing user_report_v2
2025-12-05T11:47:17.213923Z TRACE relay_server::services::processor: sending envelope to sentry endpoint

@Dav1dde Dav1dde requested a review from a team as a code owner December 5, 2025 12:14
@Dav1dde Dav1dde self-assigned this Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants