I have the following setup:
final OkHttpClient okHttpClient = new OkHttpClient(); okHttpClient.setReadTimeout(5, TimeUnit.SECONDS); okHttpClient.setConnectTi
Apparently the exception does get wrapped into a RetrofitException so you can handle it in the failure method.