open fun setConnectTimeout(connectTimeout: Int): Unit
Sets the underlying connect timeout in milliseconds. A value of 0 specifies an infinite timeout.
See Also OkHttpClient.Builder#connectTimeout(long, TimeUnit)