Skip to content

Commit

Permalink
Increase test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Dec 6, 2024
1 parent 9113ddb commit 0298ab0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private static Tags tags(InstanceInfo instanceInfo) {
}

private void assertEurekaInstance(Map<Tags, Long> meterRegistryCounts) {
await().atMost(5, SECONDS)
await().atMost(10, 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 0298ab0

Please sign in to comment.