Home
last modified time | relevance | path

Searched refs:firstCallDuration (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java927 long firstCallDuration = System.nanoTime() - start; in serverStreamingShouldBeFlowControlled() local
934 assertNull(queue.poll(Math.max(firstCallDuration * 4, 1 * 1000 * 1000), TimeUnit.NANOSECONDS)); in serverStreamingShouldBeFlowControlled()