Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Dec 6, 2024
1 parent 18b0f85 commit b06b50d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private static Tags tags(InstanceInfo instanceInfo) {

private void assertEurekaInstance(Map<Tags, Long> 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())
Expand Down

0 comments on commit b06b50d

Please sign in to comment.