XdsEnd2EndTest: Increase default RPC timeout (#30609)

pull/30612/head
Yash Tibrewal 2 years ago committed by GitHub
parent b8382d69cf
commit b9f6b2663c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/xds/xds_end2end_test_lib.h

@ -717,7 +717,7 @@ class XdsEnd2endTest : public ::testing::TestWithParam<XdsTestType> {
struct RpcOptions {
RpcService service = SERVICE_ECHO;
RpcMethod method = METHOD_ECHO;
int timeout_ms = 1000;
int timeout_ms = 5000;
bool wait_for_ready = false;
std::vector<std::pair<std::string, std::string>> metadata;
// These options are used by the backend service impl.

Loading…
Cancel
Save