fix flaky it ActorReminderRecovery (#958)

Signed-off-by: MregXN <mregxn@gmail.com>
This commit is contained in:
MregXN 2023-11-21 01:22:36 +08:00 committed by GitHub
parent 3800962cb4
commit 5c79585e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -128,6 +128,9 @@ public class ActorReminderRecoveryIT extends BaseIT {
) 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();