Skip to content

Commit

Permalink
fix flaky it ActorReminderRecovery (dapr#958)
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <mregxn@gmail.com>
Signed-off-by: addjuarez <6789375+addjuarez@users.noreply.github.com>
  • Loading branch information
MregXN authored and addjuarez committed Nov 27, 2023
1 parent f42c73c commit c54cec5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public void reminderRecoveryTest(
) throws Exception {
setup(actorType);

logger.debug("Pausing 3 seconds to let gRPC connection get ready");
Thread.sleep(3000);

logger.debug("Invoking actor method 'startReminder' which will register a reminder");
proxy.invokeMethod("setReminderData", reminderDataParam).block();

Expand Down

0 comments on commit c54cec5

Please sign in to comment.