We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fd051 commit 63dd642Copy full SHA for 63dd642
model-client/src/jvmMain/kotlin/org/modelix/model/client/RestWebModelClient.kt
@@ -117,7 +117,7 @@ class RestWebModelClient @JvmOverloads constructor(
117
private val client = (providedClient ?: HttpClient(CIO)).config {
118
this.followRedirects = false
119
install(HttpTimeout) {
120
- connectTimeoutMillis = 1.seconds.inWholeMilliseconds
+ connectTimeoutMillis = 30.seconds.inWholeMilliseconds
121
requestTimeoutMillis = 30.seconds.inWholeMilliseconds
122
}
123
install(ContentNegotiation) {
0 commit comments