Skip to content

Commit a36f4af

Browse files
author
nmittler
committed
Fix flaky test
1 parent dde1e80 commit a36f4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interop-testing/src/main/java/io/grpc/testing/integration/AbstractTransportTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ public void deadlineNotExceeded() {
599599
// warm up the channel and JVM
600600
blockingStub.emptyCall(Empty.getDefaultInstance());
601601
TestServiceGrpc.newBlockingStub(channel)
602-
.withDeadlineAfter(50, TimeUnit.MILLISECONDS)
602+
.withDeadlineAfter(10, TimeUnit.SECONDS)
603603
.streamingOutputCall(StreamingOutputCallRequest.newBuilder()
604604
.addResponseParameters(ResponseParameters.newBuilder()
605605
.setIntervalUs(0))

0 commit comments

Comments
 (0)