Trying to make tests more resilient

This commit is contained in:
Marcin Grzejszczak
2018-05-14 14:02:25 +02:00
parent f83178d682
commit 834c47aad2

View File

@@ -75,7 +75,8 @@ import static org.assertj.core.api.BDDAssertions.then;
"spring.application.name=fooservice" ,
"feign.hystrix.enabled=true",
"spring.sleuth.http.legacy.enabled=true",
"hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000"})
"hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=60000",
"hystrix.command.default.execution.isolation.strategy=SEMPAHORE"})
@DirtiesContext
public class FeignClientServerErrorTests {