Skip to content

Commit add2500

Browse files
committed
fix flaky it MethodInvokeIT
1 parent 3800962 commit add2500

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
@@ -41,7 +41,7 @@ public void init() throws Exception {
4141
DaprApiProtocol.GRPC, // appProtocol
4242
60000);
4343
daprRun.switchToGRPC();
44-
daprRun.waitForAppHealth(20000);
44+
daprRun.waitForAppHealth(30000);
4545
}
4646

4747
@Test

0 commit comments

Comments
 (0)