Skip to content

Commit

Permalink
Reset durations
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Aug 6, 2024
1 parent d712ba8 commit 964b03e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ class ProductsAPITest {
fun setupClient() {
val httpClientWithAuth = OkHttpClient.Builder()
.addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY))
.connectTimeout(Duration.ofSeconds(30))
.readTimeout(Duration.ofSeconds(30))
.connectTimeout(Duration.ZERO)
.readTimeout(Duration.ZERO)
.addInterceptor {
val origReq = it.request()
it.proceed(
Expand Down

0 comments on commit 964b03e

Please sign in to comment.