mirror of https://github.com/grpc/grpc-java.git
istio-interop-testing: increase deadline to 5 sec to avoid deadline issue on aarch64 (#9497)
This commit is contained in:
parent
7291ad44c6
commit
b778947ca6
|
|
@ -206,7 +206,7 @@ public class EchoTestServerTest {
|
|||
ForwardEchoRequest.newBuilder()
|
||||
.setCount(COUNT_OF_REQUESTS_TO_FORWARD)
|
||||
.setQps(100)
|
||||
.setTimeoutMicros(2000_000L) // 2000 millis
|
||||
.setTimeoutMicros(5000_000L) // 5000 millis
|
||||
.setUrl("grpc://localhost:" + port2)
|
||||
.addHeaders(
|
||||
Header.newBuilder().setKey("test-key1").setValue("test-value1").build())
|
||||
|
|
|
|||
Loading…
Reference in New Issue