xds_client_test: increase WaitForRequest() timeout (#31243)

pull/31266/head
Mark D. Roth 2 years ago committed by GitHub
parent 11fbb63279
commit e00c942931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/xds/xds_client_test.cc

@ -582,7 +582,7 @@ class XdsClientTest : public ::testing::Test {
// Gets the latest request sent to the fake xDS server.
absl::optional<DiscoveryRequest> WaitForRequest(
FakeXdsTransportFactory::FakeStreamingCall* stream,
absl::Duration timeout = absl::Seconds(1),
absl::Duration timeout = absl::Seconds(3),
SourceLocation location = SourceLocation()) {
auto message =
stream->WaitForMessageFromClient(timeout * grpc_test_slowdown_factor());

Loading…
Cancel
Save