Skip to content

Commit

Permalink
bump up event count
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Feb 24, 2023
1 parent 9dea7b1 commit 6ae4f41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class CurrentAllEventsSpec : Akka.TestKit.Xunit2.TestKit
// Expect should be passing by default, need to make them less sencitive to timing
private static readonly Config DefaultTimeoutConfig = "akka.test.single-expect-default = 30s";

private static readonly Config InternalConfig = DefaultTimeoutConfig.WithFallback("akka.persistence.query.journal.sql.max-buffer-size = 3");
private static readonly Config InternalConfig = DefaultTimeoutConfig.WithFallback("akka.persistence.query.journal.sql.max-buffer-size = 50");

protected ActorMaterializer Materializer { get; }

Expand Down

0 comments on commit 6ae4f41

Please sign in to comment.