We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7532e commit 87fea31Copy full SHA for 87fea31
sdk-tests/src/test/java/io/dapr/it/methodinvoke/grpc/MethodInvokeIT.java
@@ -43,7 +43,7 @@ public void init() throws Exception {
43
System.out.println("#### startDaprApp ");
44
daprRun.switchToGRPC();
45
System.out.println("#### switchToGRPC ");
46
- daprRun.waitForAppHealth(30000);
+ daprRun.waitForAppHealth(50000);
47
System.out.println("#### waitForAppHealth ");
48
}
49
0 commit comments