Skip to content

Commit

Permalink
fix: avoid ask timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Nov 10, 2023
1 parent bb3a598 commit b07e984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ abstract class CurrentEventsByTagTest(config: String) extends QueryTestSpec(conf
if (i > largeNumberOfMessage / 2) {
Future {
latch.await()
actor ? TaggedAsyncEvent(Event(i.toString), tag)
(actor ? TaggedAsyncEvent(Event(i.toString), tag)) (20.seconds)
}
} else {
actor ? TaggedAsyncEvent(Event(i.toString), tag)
Expand Down

0 comments on commit b07e984

Please sign in to comment.