mirror of https://github.com/dapr/java-sdk.git
fix flaky it ActorReminderRecovery (#958)
Signed-off-by: MregXN <mregxn@gmail.com>
This commit is contained in:
parent
3800962cb4
commit
5c79585e29
|
@ -128,6 +128,9 @@ public class ActorReminderRecoveryIT extends BaseIT {
|
||||||
) throws Exception {
|
) throws Exception {
|
||||||
setup(actorType);
|
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");
|
logger.debug("Invoking actor method 'startReminder' which will register a reminder");
|
||||||
proxy.invokeMethod("setReminderData", reminderDataParam).block();
|
proxy.invokeMethod("setReminderData", reminderDataParam).block();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue