pull/913/head
seanyu 3 years ago
parent cea274ea52
commit cd6f37ff20

@ -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