Skip to content

Commit 87fea31

Browse files
committed
add more waiting time
Signed-off-by: MregXN <mregxn@gmail.com>
1 parent 9d7532e commit 87fea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-tests/src/test/java/io/dapr/it/methodinvoke/grpc/MethodInvokeIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void init() throws Exception {
4343
System.out.println("#### startDaprApp ");
4444
daprRun.switchToGRPC();
4545
System.out.println("#### switchToGRPC ");
46-
daprRun.waitForAppHealth(30000);
46+
daprRun.waitForAppHealth(50000);
4747
System.out.println("#### waitForAppHealth ");
4848
}
4949

0 commit comments

Comments
 (0)