Skip to content

Commit

Permalink
Merge pull request #147 from graben/patch-4
Browse files Browse the repository at this point in the history
Update Agroal to 2.4
  • Loading branch information
geoand committed Jun 25, 2024
2 parents 3d0a4a0 + 38a3320 commit 0d85975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void testCrashBeforeCommit() throws Exception {
assertEntriesAfterCrash(this.entriesService.getEntries());

await("Wait for the recovery to happen")
.atMost(Duration.ofSeconds(30))
.atMost(Duration.ofSeconds(60))
.pollInterval(Duration.ofSeconds(1))
.untilAsserted(() -> {
assertMessagesAfterRecovery(this.messagesService.getReceivedMessages());
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<agroal.version>2.3</agroal.version>
<agroal.version>2.4</agroal.version>
<awaitility.version>4.2.0</awaitility.version>
<byteman.version>4.0.21</byteman.version>
<camel.version>4.4.1</camel.version>
Expand Down

0 comments on commit 0d85975

Please sign in to comment.