mirror of https://github.com/grpc/grpc-java.git
Fix flaky test
This commit is contained in:
parent
dde1e809a7
commit
a36f4af138
|
|
@ -599,7 +599,7 @@ public abstract class AbstractTransportTest {
|
|||
// warm up the channel and JVM
|
||||
blockingStub.emptyCall(Empty.getDefaultInstance());
|
||||
TestServiceGrpc.newBlockingStub(channel)
|
||||
.withDeadlineAfter(50, TimeUnit.MILLISECONDS)
|
||||
.withDeadlineAfter(10, TimeUnit.SECONDS)
|
||||
.streamingOutputCall(StreamingOutputCallRequest.newBuilder()
|
||||
.addResponseParameters(ResponseParameters.newBuilder()
|
||||
.setIntervalUs(0))
|
||||
|
|
|
|||
Loading…
Reference in New Issue