I tried to google find the related issue but no luck. I know how to set the connectionTimeout, readTimeout, writeTimeout but I want to set the whole timeout for these value because sometimes the value between these three are vary.
The similar is this one
How to set connection timeout with OkHttp
But the one I want is something like that
builder.allTimeout(50, TimeUnit.SECONDS)