diff --git a/src/core/Akka.Persistence.Tests/PersistentActorSpecAsyncAwait.cs b/src/core/Akka.Persistence.Tests/PersistentActorSpecAsyncAwait.cs index 82fc0e576b1..c68b8c02b7a 100644 --- a/src/core/Akka.Persistence.Tests/PersistentActorSpecAsyncAwait.cs +++ b/src/core/Akka.Persistence.Tests/PersistentActorSpecAsyncAwait.cs @@ -339,7 +339,7 @@ public void PersistentActor_should_correlate_PersistAsync_handlers_after_restart pref.Tell(new Cmd(i)); } pref.Tell(new Cmd("done")); - ExpectMsg("done", TimeSpan.FromSeconds(5)); + ExpectMsg("done", TimeSpan.FromSeconds(30)); } [Fact]