increasing retries

This commit is contained in:
Ryan Baxter
2018-02-20 16:08:26 -05:00
parent 8691a731d5
commit 6062f6ff1e

View File

@@ -54,7 +54,7 @@ import static org.junit.Assert.assertTrue;
@SpringBootTest(classes = FeignRibbonClientRetryTests.Application.class, webEnvironment = WebEnvironment.RANDOM_PORT, value = {
"spring.application.name=feignclientretrytest", "feign.okhttp.enabled=false",
"feign.httpclient.enabled=false", "feign.hystrix.enabled=false", "localapp.ribbon.MaxAutoRetries=2",
"localapp.ribbon.MaxAutoRetriesNextServer=3"})
"localapp.ribbon.MaxAutoRetriesNextServer=5"})
@DirtiesContext
public class FeignRibbonClientRetryTests {