Skip to content

Commit

Permalink
fixup! Add test retry
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Nov 20, 2024
1 parent 39ea2fe commit b7eeb02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ class HttpTimeoutTest : ClientLoader() {
}

@Test
fun testGetStream() = clientTests {
fun testGetStream() = clientTests(retries = 5) {
config {
install(HttpTimeout) { requestTimeoutMillis = 1000 }
}
Expand All @@ -278,7 +278,7 @@ class HttpTimeoutTest : ClientLoader() {
}

@Test
fun testGetStreamPerRequestAttributes() = clientTests {
fun testGetStreamPerRequestAttributes() = clientTests(retries = 5) {
config {
install(HttpTimeout)
}
Expand Down

0 comments on commit b7eeb02

Please sign in to comment.