Trying to make tests more resilient
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user