Skip to content

Commit

Permalink
Increased persistence spec timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFedchenko committed Feb 12, 2021
1 parent 48b8477 commit 9cdefc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9cdefc7

Please sign in to comment.