rls_e2e_test: increase RPC timeout (#32222)

pull/32225/head
Mark D. Roth 2 years ago committed by GitHub
parent 775acba285
commit 05a75d2d8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/rls_end2end_test.cc

@ -230,7 +230,7 @@ class RlsEnd2endTest : public ::testing::Test {
}
struct RpcOptions {
int timeout_ms = 1000;
int timeout_ms = 2000;
bool wait_for_ready = false;
std::vector<std::pair<std::string, std::string>> metadata;

Loading…
Cancel
Save