Skip to content

Commit

Permalink
fix: giving more gap of event
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Nov 2, 2023
1 parent 9c7abe4 commit 7361d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ abstract class CurrentEventsByTagTest(config: String) extends QueryTestSpec(conf
val latch = new CountDownLatch(1)
val largeNumberOfMessage = 2000
val smallNumberOfMessage = 200
val diff = largeNumberOfMessage - smallNumberOfMessage
val diff = largeNumberOfMessage - (smallNumberOfMessage * 3)
val journalOps = new JavaDslJdbcReadJournalOperations(system)
import system.dispatcher
withTestActors(replyToMessages = true) { (actor1, actor2, actor3) =>
Expand Down

0 comments on commit 7361d0a

Please sign in to comment.