xds_ring_hash_end2end_test: increase RPC timeout to avoid failures on ARM (#29431)

pull/29435/head
Mark D. Roth 3 years ago committed by GitHub
parent 50df29bdec
commit 93a90e3c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/xds/xds_ring_hash_end2end_test.cc

@ -214,7 +214,7 @@ TEST_P(RingHashTest,
grpc_core::Duration::Milliseconds(500) * grpc_test_slowdown_factor());
// Send RPC. Need the timeout to be long enough to account for the
// subchannel connection delays.
CheckRpcSendOk(1, RpcOptions().set_timeout_ms(3500));
CheckRpcSendOk(1, RpcOptions().set_timeout_ms(5000));
}
// Tests that ring hash policy that hashes using channel id ensures all RPCs

Loading…
Cancel
Save