pull/917/head
seanyu 3 years ago
parent f95ccf1785
commit c7ce35d5c3

@ -112,7 +112,7 @@ public class PolarisCircuitBreakerGatewayIntegrationTest {
.exchange()
.expectStatus().isEqualTo(500);
Utils.sleepUninterrupted(2000);
Utils.sleepUninterrupted(5000);
webClient
.get().uri("/err-no-fallback")

Loading…
Cancel
Save