|
|
@ -81,7 +81,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|
|
|
)
|
|
|
|
)
|
|
|
|
@AutoConfigureWireMock(port = 0)
|
|
|
|
@AutoConfigureWireMock(port = 0)
|
|
|
|
@ActiveProfiles("test-gateway")
|
|
|
|
@ActiveProfiles("test-gateway")
|
|
|
|
@AutoConfigureWebTestClient(timeout = "10000")
|
|
|
|
@AutoConfigureWebTestClient(timeout = "1000000")
|
|
|
|
public class PolarisCircuitBreakerGatewayIntegrationTest {
|
|
|
|
public class PolarisCircuitBreakerGatewayIntegrationTest {
|
|
|
|
|
|
|
|
|
|
|
|
private static final String TEST_SERVICE_NAME = "test-service-callee";
|
|
|
|
private static final String TEST_SERVICE_NAME = "test-service-callee";
|
|
|
|