From b06b50d0557097def93bc86f12f3bf71f73d44b3 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Fri, 6 Dec 2024 16:13:28 +0000 Subject: [PATCH] Bumping versions --- .../EurekaInstanceMonitorWithCustomTagsProviderTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java b/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java index 3e6a00885..7632e1f70 100644 --- a/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java +++ b/spring-cloud-netflix-eureka-server/src/test/java/org/springframework/cloud/netflix/eureka/server/EurekaInstanceMonitorWithCustomTagsProviderTests.java @@ -91,7 +91,7 @@ class EurekaInstanceMonitorWithCustomTagsProviderTests { private void assertEurekaInstance(Map meterRegistryCounts) { await().pollDelay(5, MILLISECONDS) - .atMost(6, SECONDS) + .atMost(6, SECONDS) .pollInterval(fibonacci()) .untilAsserted(() -> meterRegistryCounts.forEach((tags, count) -> assertThat((long) meterRegistry.get("eureka.server.instances").tags(tags).gauge().value())