I have Spring Boot application with this Gradle dependencies:
compile(\"org.springframework.cloud:spring-cloud-starter-eureka\") compile(\"org.springframework.cl
I solved my problem using this answer on question: Hystrix command fails with “timed-out and no fallback available”.
I added hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=4000 to my application.properties to set custom timeout.
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=4000
application.properties