Skip to content

Commit

Permalink
fixup! fixup! Increase retries
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Nov 22, 2024
1 parent 3a2c9db commit a29da55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import kotlin.test.*
class LoggingMockedTests {

@Test
fun testLogResponseWithException() = testWithEngine(MockEngine) {
fun testLogResponseWithException() = testWithEngine(MockEngine, retries = 5) {
val testLogger = TestLogger(
"REQUEST: ${URLBuilder.origin}",
"METHOD: HttpMethod(value=GET)",
Expand Down

0 comments on commit a29da55

Please sign in to comment.