Please work

This commit is contained in:
Marcin Grzejszczak
2018-08-30 18:09:12 +02:00
parent 833abd3d7e
commit f9bd443fc5

View File

@@ -76,7 +76,8 @@ import static org.assertj.core.api.BDDAssertions.then;
"spring.application.name=fooservice",
"feign.hystrix.enabled=true",
"hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000",
"hystrix.command.default.execution.isolation.strategy=SEMAPHORE"})
"hystrix.command.default.execution.isolation.strategy=SEMAPHORE",
"hystrix.execution.isolation.strategy=SEMAPHORE"})
public class FeignClientServerErrorTests {
private static final Log log = LogFactory.getLog(FeignClientServerErrorTests.class);