Skip to content

Commit 553f166

Browse files
authored
Increase the connect and read timeouts for the Android Publisher API client (#73)
1 parent b712d4b commit 553f166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kinta-lib/src/main/kotlin/com/dailymotion/kinta/integration/googleplay/internal/GooglePlayIntegration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ object GooglePlayIntegration {
6565

6666
return AndroidPublisher.Builder(HTTP_TRANSPORT, JSON_FACTORY, HttpRequestInitializer {
6767
it.apply {
68-
connectTimeout = 100_000
69-
readTimeout = 100_000
68+
connectTimeout = 180_000
69+
readTimeout = 180_000
7070
}
7171
credential.initialize(it)
7272
})

0 commit comments

Comments
 (0)