File tree 1 file changed +3
-3
lines changed
sdk-tests/src/test/java/io/dapr/it/actors
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ public void writeReadState(AppRun.AppProtocol serviceAppProtocol) throws Excepti
161
161
ActorProxy newProxy = proxyBuilder .build (actorId );
162
162
163
163
// wating for actor to be activated
164
- Thread .sleep (2000 );
164
+ Thread .sleep (5000 );
165
165
166
166
callWithRetry (() -> {
167
167
logger .debug ("Invoking readMessage where data is not cached ... " );
@@ -214,7 +214,7 @@ public void stateTTL(AppRun.AppProtocol serviceAppProtocol) throws Exception {
214
214
ActorProxy proxy = proxyBuilder .build (actorId );
215
215
216
216
// wating for actor to be activated
217
- Thread .sleep (2000 );
217
+ Thread .sleep (5000 );
218
218
219
219
// Validate conditional read works.
220
220
callWithRetry (() -> {
@@ -255,7 +255,7 @@ public void stateTTL(AppRun.AppProtocol serviceAppProtocol) throws Exception {
255
255
ActorProxy newProxy = proxyBuilder .build (actorId );
256
256
257
257
// waiting for actor to be activated
258
- Thread .sleep (2000 );
258
+ Thread .sleep (5000 );
259
259
260
260
callWithRetry (() -> {
261
261
logger .debug ("Invoking readMessage where data is not cached and expired ... " );
You can’t perform that action at this time.
0 commit comments