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 359f6de commit 32ea309Copy full SHA for 32ea309
sentry-spring-boot-4/src/test/kotlin/io/sentry/spring/boot4/SentrySpanRestClientCustomizerTest.kt
@@ -89,7 +89,6 @@ class SentrySpanRestClientCustomizerTest {
89
.disableAutomaticRetries() // Required to not make another request automatically
90
.build()
91
val requestFactory = HttpComponentsClientHttpRequestFactory(httpClient)
92
- requestFactory.setConnectTimeout(Duration.ofSeconds(2))
93
requestFactory.setConnectionRequestTimeout(Duration.ofSeconds(2))
94
it.requestFactory(requestFactory)
95
}
0 commit comments