Skip to content

Commit 350a548

Browse files
committed
Increase block timeout for query spec with very large ordering gaps
1 parent d76c461 commit 350a548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/akka/persistence/postgres/query/CurrentEventsByTagWithGapsTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class CurrentEventsByTagWithGapsTest
6262
.runWith(Sink.ignore)
6363
.futureValue
6464

65-
journalOps.withCurrentEventsByTag()(tag, NoOffset) { tp =>
65+
journalOps.withCurrentEventsByTag(5.minutes)(tag, NoOffset) { tp =>
6666
val allEvents = tp.toStrict(atMost = 3.minutes)
6767
allEvents.size should equal(expectedTotalNumElements)
6868
}

0 commit comments

Comments
 (0)