pull/37973/head
Yijie Ma 5 months ago
parent dd90f7e536
commit a2da4ae4eb
  1. 2
      test/core/test_util/test_config.cc

@ -185,7 +185,7 @@ void grpc_prewarm_os_for_tests() {
// On Windows RBE, c-ares' ares_init_options which internally calls
// GetAdaptersAddresses sometimes take >20s to return causing tests to
// timeout. This is a hack to prewarm the cache by calling that function
// here.
// during test setup.
#define IPAA_INITIAL_BUF_SZ 15 * 1024
ULONG AddrFlags = 0;
ULONG Bufsz = IPAA_INITIAL_BUF_SZ;

Loading…
Cancel
Save