Skip to content

Commit b778947

Browse files
authored
istio-interop-testing: increase deadline to 5 sec to avoid deadline issue on aarch64 (grpc#9497)
1 parent 7291ad4 commit b778947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

istio-interop-testing/src/test/java/io/grpc/testing/istio/EchoTestServerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public void forwardEchoTest() throws IOException, InterruptedException {
206206
ForwardEchoRequest.newBuilder()
207207
.setCount(COUNT_OF_REQUESTS_TO_FORWARD)
208208
.setQps(100)
209-
.setTimeoutMicros(2000_000L) // 2000 millis
209+
.setTimeoutMicros(5000_000L) // 5000 millis
210210
.setUrl("grpc://localhost:" + port2)
211211
.addHeaders(
212212
Header.newBuilder().setKey("test-key1").setValue("test-value1").build())

0 commit comments

Comments
 (0)