Skip to content

Commit

Permalink
Merge branch 'master' into workflowLogging
Browse files Browse the repository at this point in the history
  • Loading branch information
dapr-bot authored Jan 5, 2024
2 parents f426932 + 40617f1 commit 9a66cf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdk-tests/src/test/java/io/dapr/it/actors/ActorStateIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ public void writeReadState(DaprApiProtocol daprClientProtocol, DaprApiProtocol s
proxyBuilder = new ActorProxyBuilder(actorType, ActorProxy.class, newActorClient());
ActorProxy newProxy = proxyBuilder.build(actorId);

// wating for actor to be activated
Thread.sleep(2000);

callWithRetry(() -> {
logger.debug("Invoking readMessage where data is not cached ... ");
String result = newProxy.invokeMethod("readMessage", String.class).block();
Expand Down

0 comments on commit 9a66cf2

Please sign in to comment.