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 f2ce9bb commit f1defe3Copy full SHA for f1defe3
1 file changed
test/support/case.ex
@@ -11,6 +11,10 @@ defmodule Sentry.Case do
11
# resolve_from_active_scopes won't leak config from concurrent async tests.
12
Sentry.Test.Config.register()
13
14
+ # Override the global receive_timeout (50ms in config.exs) with a value
15
+ # that won't flake under async load.
16
+ Sentry.Test.Config.put(finch_request_opts: [receive_timeout: 2000])
17
+
18
# Start a fresh RateLimiter for each test with unique names for isolation.
19
setup_rate_limiter()
20
0 commit comments