Skip to content

Commit 4c47d01

Browse files
Fix flaky test: ApacheHttpClientTransportTest (getsentry#1265)
Fixes: getsentry#1261
1 parent 137d4f5 commit 4c47d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-apache-http-client-5/src/test/kotlin/io/sentry/transport/apache/ApacheHttpClientTransportTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class ApacheHttpClientTransportTest {
122122
sut.send(SentryEnvelope.from(fixture.options.serializer, SentryEvent(), null))
123123
sut.send(SentryEnvelope.from(fixture.options.serializer, SentryEvent(), null))
124124

125-
sut.flush(20)
125+
sut.flush(100)
126126

127127
verify(fixture.currentlyRunning, times(3)).decrement()
128128
}

0 commit comments

Comments
 (0)